This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-01-01 10:52:25 -08:00
|
|
|
.form-container
|
|
|
|
.follow-prompt
|
|
|
|
%h2= t('remote_follow.prompt')
|
|
|
|
|
2017-04-27 15:16:44 -07:00
|
|
|
= render partial: 'authorize_follows/card', locals: { account: @account }
|
2017-01-01 10:52:25 -08: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
|