mirror of
https://github.com/glitch-soc/mastodon.git
synced 2024-11-24 09:04:00 -05:00
parent
f349fe2159
commit
374bae0abe
@ -39,5 +39,5 @@
|
||||
%strong= number_to_human account.following_count, strip_insignificant_zeros: true
|
||||
= t('accounts.following', count: account.following_count)
|
||||
= link_to account_followers_url(account) do
|
||||
%strong= number_to_human account.followers_count, strip_insignificant_zeros: true
|
||||
%strong= hide_followers_count(account) ? '-' : (number_to_human account.followers_count, strip_insignificant_zeros: true)
|
||||
= t('accounts.followers', count: account.followers_count)
|
||||
|
Loading…
Reference in New Issue
Block a user