diff options
Diffstat (limited to 'app/views/directories')
-rw-r--r-- | app/views/directories/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/directories/index.html.haml b/app/views/directories/index.html.haml index 48f8c4bc2..4872432d4 100644 --- a/app/views/directories/index.html.haml +++ b/app/views/directories/index.html.haml @@ -43,7 +43,7 @@ = friendly_number_to_human account.statuses_count %small= t('accounts.posts', count: account.statuses_count).downcase .account-card__counters__item - = friendly_number_to_human account.followers_count + = hide_followers_count?(account) ? '-' : (friendly_number_to_human account.followers_count) %small= t('accounts.followers', count: account.followers_count).downcase .account-card__counters__item = friendly_number_to_human account.following_count |