logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

new.html.haml (455B)


  1. .form-container
  2. .follow-prompt
  3. %h2= t('remote_follow.prompt')
  4. = render partial: 'authorize_follows/card', locals: { account: @account }
  5. = simple_form_for @remote_follow, as: :remote_follow, url: account_remote_follow_path(@account) do |f|
  6. = render 'shared/error_messages', object: @remote_follow
  7. = f.input :acct, placeholder: t('remote_follow.acct')
  8. .actions
  9. = f.button :button, t('remote_follow.proceed'), type: :submit