diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-04-16 14:45:58 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-05-21 03:16:22 -0500 |
commit | 021fedeb2a19c73df654f3a9afd7b1cadcbeb75e (patch) | |
tree | 7706ec6b2b0799074927354edcaab0774bb27fb0 /app/views/admin | |
parent | 841776edfba80a195bec30f3bc8843966fcf4152 (diff) |
Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph.
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/reports/_status.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/reports/_status.html.haml b/app/views/admin/reports/_status.html.haml index b3c145120..cdb914a03 100644 --- a/app/views/admin/reports/_status.html.haml +++ b/app/views/admin/reports/_status.html.haml @@ -23,7 +23,7 @@ %time.formatted{ datetime: status.created_at.iso8601, title: l(status.created_at) }= l(status.created_at) · - if status.reblog? - = fa_icon('retweet fw') + = fa_icon('repeat fw') = t('statuses.boosted_from_html', acct_link: admin_account_inline_link_to(status.proper.account)) - else = fa_visibility_icon(status) |