The code powering m.abunchtell.com https://m.abunchtell.com
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

1234567891011121314151617
  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: 'application/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'