about summary refs log tree commit diff
path: root/app/views/following_accounts/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/following_accounts/index.html.haml')
-rw-r--r--app/views/following_accounts/index.html.haml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/following_accounts/index.html.haml b/app/views/following_accounts/index.html.haml
index 8b49b529b..17fe79018 100644
--- a/app/views/following_accounts/index.html.haml
+++ b/app/views/following_accounts/index.html.haml
@@ -9,6 +9,8 @@
 
 - if @account.user_hides_network?
   .nothing-here= t('accounts.network_hidden')
+- elsif user_signed_in? && @account.blocking?(current_account)
+  .nothing-here= t('accounts.unavailable')
 - elsif @follows.empty?
   = nothing_here
 - else