about summary refs log tree commit diff
path: root/app/views/stream_entries/_detailed_status.html.haml
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-04-16 14:45:58 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:22 -0500
commit021fedeb2a19c73df654f3a9afd7b1cadcbeb75e (patch)
tree7706ec6b2b0799074927354edcaab0774bb27fb0 /app/views/stream_entries/_detailed_status.html.haml
parent841776edfba80a195bec30f3bc8843966fcf4152 (diff)
Replace `fa-retweet` SVG with `fa-repeat` Unicode glyph.
Diffstat (limited to 'app/views/stream_entries/_detailed_status.html.haml')
-rw-r--r--app/views/stream_entries/_detailed_status.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stream_entries/_detailed_status.html.haml b/app/views/stream_entries/_detailed_status.html.haml
index 468f03033..042e5d950 100644
--- a/app/views/stream_entries/_detailed_status.html.haml
+++ b/app/views/stream_entries/_detailed_status.html.haml
@@ -66,7 +66,7 @@
     - elsif user_signed_in? && !@account.user&.setting_hide_stats
       ·
       = link_to remote_interaction_path(status, type: :reblog), class: 'modal-button detailed-status__link', title: number_to_human(status.reblogs_count, strip_insignificant_zeros: true) do
-        = fa_icon('retweet')
+        = fa_icon('repeat')
         = " "
 
     - if user_signed_in? && !@account.user&.setting_hide_stats