Add interrelationship icon (#15149)
* Add interrelationship icon * Fix arrow for rtl * Fix to predefined color
This commit is contained in:
parent
2b1a6e734f
commit
148ce97e21
5 changed files with 39 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
%table.accounts-table
|
||||
%tbody
|
||||
%tr
|
||||
%td.accounts-table__interrelationships
|
||||
= interrelationships_icon(@relationships, account.id)
|
||||
%td= account_link_to account
|
||||
%td.accounts-table__count.optional
|
||||
= number_to_human account.statuses_count, strip_insignificant_zeros: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue