Add interrelationship icon (#15149)

* Add interrelationship icon

* Fix arrow for rtl

* Fix to predefined color
这个提交包含在:
Takeshi Umeda
2020-11-13 01:43:12 +09:00
提交者 GitHub
父节点 2b1a6e734f
当前提交 148ce97e21
共有 5 个文件被更改,包括 39 次插入0 次删除

查看文件

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