diff options
author | Andrew <andrewLchronister@gmail.com> | 2018-09-14 15:13:02 -0700 |
---|---|---|
committer | chr <chr@cybre.space> | 2021-03-01 21:36:31 -0800 |
commit | fff295dafbf6efd1c341c47e3c17d4c3c696de45 (patch) | |
tree | 1850fbfc2ae785aba53e00c6312cc87d2f220d92 /app/views/statuses | |
parent | 633d175146d6acaf2cc4bfbfcfdee4c85ef20ed1 (diff) |
Remove reply counts on non-expanded view
Diffstat (limited to 'app/views/statuses')
-rw-r--r-- | app/views/statuses/_simple_status.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/statuses/_simple_status.html.haml b/app/views/statuses/_simple_status.html.haml index 236948a84..545470828 100644 --- a/app/views/statuses/_simple_status.html.haml +++ b/app/views/statuses/_simple_status.html.haml @@ -60,7 +60,6 @@ = fa_icon 'reply fw' - else = fa_icon 'reply-all fw' - %span.icon-button__counter= obscured_counter status.replies_count = link_to remote_interaction_path(status, type: :reblog), class: 'status__action-bar-button icon-button modal-button' do - if status.distributable? = fa_icon 'retweet fw' |