Fix remote follow (#2547)
* Add coverage for remote_follow#new * Fix reference to authorize_follows/card partial
This commit is contained in:
parent
ea783d3632
commit
9736753985
2 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue