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 4b53aef0c..9e1643b23 100644
--- a/app/views/accounts/followers.html.haml
+++ b/app/views/accounts/followers.html.haml
@@ -5,7 +5,7 @@
 
 .accounts-grid
   - if @followers.empty?
-    = render partial: 'nothing_here'
+    = render 'nothing_here'
   - else
     = render partial: 'grid_card', collection: @followers, as: :account, cached: true