2017-01-01 13:52:25 -05:00
|
|
|
.form-container
|
|
|
|
.follow-prompt
|
|
|
|
%h2= t('remote_follow.prompt')
|
|
|
|
|
2017-04-27 18:16:44 -04:00
|
|
|
= render partial: 'authorize_follows/card', locals: { account: @account }
|
2017-01-01 13:52:25 -05:00
|
|
|
|
|
|
|
= simple_form_for @remote_follow, as: :remote_follow, url: account_remote_follow_path(@account) do |f|
|
|
|
|
= render 'shared/error_messages', object: @remote_follow
|
|
|
|
|
|
|
|
= f.input :acct, placeholder: t('remote_follow.acct')
|
|
|
|
|
|
|
|
.actions
|
|
|
|
= f.button :button, t('remote_follow.proceed'), type: :submit
|