logo

mastofe

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

show.html.haml (570B)


  1. - content_for :page_title do
  2. = t('settings.migrate')
  3. = simple_form_for @migration, as: :migration, url: settings_migration_path, html: { method: :put } do |f|
  4. - if @migration.account
  5. %p.hint= t('migrations.currently_redirecting')
  6. .fields-group
  7. = render partial: 'authorize_follows/card', locals: { account: @migration.account }
  8. = render 'shared/error_messages', object: @migration
  9. .fields-group
  10. = f.input :acct, placeholder: t('migrations.acct')
  11. .actions
  12. = f.button :button, t('migrations.proceed'), type: :submit, class: 'negative'