about summary refs log tree commit diff
path: root/app/views/accounts
diff options
context:
space:
mode:
authoralpaca-tc <alpaca-tc@alpaca.tc>2017-05-06 11:03:07 +0900
committerEugen Rochko <eugen@zeonfederated.com>2017-05-06 04:03:07 +0200
commitddc34feb5875fd247fc7331b7710406d6de4a143 (patch)
tree5a1b654b9974ac1a5549bed6faa7abe8d92c4dfc /app/views/accounts
parent3f5b994ff0674fa8e0e5676ca22f0c347f9d7712 (diff)
Optimize follower_accounts and following_accounts (#2820)
Diffstat (limited to 'app/views/accounts')
-rw-r--r--app/views/accounts/_follow_grid.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/_follow_grid.html.haml b/app/views/accounts/_follow_grid.html.haml
index 322a0ebf4..10fbfa546 100644
--- a/app/views/accounts/_follow_grid.html.haml
+++ b/app/views/accounts/_follow_grid.html.haml
@@ -4,4 +4,4 @@
   - else
     = render partial: 'accounts/grid_card', collection: accounts, as: :account, cached: true
 
-= paginate accounts
+= paginate follows