diff options
author | Takeshi Umeda <noel.yoshiba@gmail.com> | 2020-11-13 01:43:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-12 17:43:12 +0100 |
commit | 148ce97e21092500a2abeb87f6dc3c0adf5f28e4 (patch) | |
tree | c9f457d49e7de6f90b3901f318b92609574a3560 /app/views | |
parent | 2b1a6e734ff42c17fb971cf909509b6b2ad84879 (diff) |
Add interrelationship icon (#15149)
* Add interrelationship icon * Fix arrow for rtl * Fix to predefined color
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/relationships/_account.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/relationships/_account.html.haml b/app/views/relationships/_account.html.haml index af5a4aaf7..f521aff22 100644 --- a/app/views/relationships/_account.html.haml +++ b/app/views/relationships/_account.html.haml @@ -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 |