Add (back) option to set redirect notice on account without moving followers (#11994)

Fix #11913
This commit is contained in:
Eugen Rochko
2019-09-29 05:03:19 +02:00
committed by GitHub
parent b0cda7a504
commit 163ed91af3
9 changed files with 144 additions and 18 deletions

View File

@ -30,7 +30,18 @@
= render 'sessions'
%hr.spacer/
%h3= t('auth.migrate_account')
%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path)
%hr.spacer/
%h3= t('migrations.incoming_migrations')
%p.muted-hint= t('migrations.incoming_migrations_html', path: settings_aliases_path)
- if open_deletion? && !current_account.suspended?
%hr.spacer/
%h3= t('auth.delete_account')
%p.muted-hint= t('auth.delete_account_html', path: settings_delete_path)