From 9736753985b28e0702baf8e41393d66fa3c71a2c Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Thu, 27 Apr 2017 18:16:44 -0400 Subject: Fix remote follow (#2547) * Add coverage for remote_follow#new * Fix reference to authorize_follows/card partial --- app/views/remote_follow/new.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/remote_follow') 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 -- cgit