Add interrelationship icon (#15149)

* Add interrelationship icon

* Fix arrow for rtl

* Fix to predefined color
This commit is contained in:
Takeshi Umeda
2020-11-13 01:43:12 +09:00
committed by GitHub
parent 2b1a6e734f
commit 148ce97e21
5 changed files with 39 additions and 0 deletions

View File

@ -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