about summary refs log tree commit diff
path: root/app/views/accounts/followers.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/accounts/followers.html.haml')
-rw-r--r--app/views/accounts/followers.html.haml12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/accounts/followers.html.haml b/app/views/accounts/followers.html.haml
deleted file mode 100644
index 9e1643b23..000000000
--- a/app/views/accounts/followers.html.haml
+++ /dev/null
@@ -1,12 +0,0 @@
-- content_for :page_title do
-  = t('accounts.people_who_follow', name: display_name(@account))
-
-= render 'header', account: @account
-
-.accounts-grid
-  - if @followers.empty?
-    = render 'nothing_here'
-  - else
-    = render partial: 'grid_card', collection: @followers, as: :account, cached: true
-
-= paginate @followers