about summary refs log tree commit diff
path: root/app/views/accounts/_follow_grid.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/accounts/_follow_grid.html.haml')
-rw-r--r--app/views/accounts/_follow_grid.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/accounts/_follow_grid.html.haml b/app/views/accounts/_follow_grid.html.haml
new file mode 100644
index 000000000..322a0ebf4
--- /dev/null
+++ b/app/views/accounts/_follow_grid.html.haml
@@ -0,0 +1,7 @@
+.accounts-grid
+  - if accounts.empty?
+    = render partial: 'accounts/nothing_here'
+  - else
+    = render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: true
+
+= paginate accounts