about summary refs log tree commit diff
path: root/app/views/remote_follow
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/remote_follow')
-rw-r--r--app/views/remote_follow/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/remote_follow/new.html.haml b/app/views/remote_follow/new.html.haml
index e88ccccce..fa48e5e62 100644
--- a/app/views/remote_follow/new.html.haml
+++ b/app/views/remote_follow/new.html.haml
@@ -2,7 +2,7 @@
   .follow-prompt
     %h2= t('remote_follow.prompt')
 
-    = render partial: 'authorize_follow/card', locals: { account: @account }
+    = render partial: 'authorize_follows/card', locals: { account: @account }
 
   = simple_form_for @remote_follow, as: :remote_follow, url: account_remote_follow_path(@account) do |f|
     = render 'shared/error_messages', object: @remote_follow