about summary refs log tree commit diff
path: root/app/views/accounts/following.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/accounts/following.html.haml')
-rw-r--r--app/views/accounts/following.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/accounts/following.html.haml b/app/views/accounts/following.html.haml
index 4711997d9..19138b0a4 100644
--- a/app/views/accounts/following.html.haml
+++ b/app/views/accounts/following.html.haml
@@ -5,7 +5,7 @@
 
 .accounts-grid
   - if @following.empty?
-    = render partial: 'nothing_here'
+    = render 'nothing_here'
   - else
     = render partial: 'grid_card', collection: @following, as: :account, cached: true