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.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/followers.html.haml b/app/views/accounts/followers.html.haml
index 5bd3d0809..7a6e270ac 100644
--- a/app/views/accounts/followers.html.haml
+++ b/app/views/accounts/followers.html.haml
@@ -8,6 +8,6 @@
   - if @followers.empty?
     = render partial: 'nothing_here'
   - else
-    = render partial: 'grid_card', collection: @followers, as: :account
+    = render partial: 'grid_card', collection: @followers, as: :account, cached: true
 
 = will_paginate @followers, pagination_options