diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-29 05:03:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-29 05:03:19 +0200 |
commit | 163ed91af381d86bb6c52546c983effa4c9a18c3 (patch) | |
tree | 7de16b4e51f122c292819b323deb2cca99b7d337 /app/views/auth/registrations | |
parent | b0cda7a504655f6ced33802af67cabb6f3e46e19 (diff) |
Add (back) option to set redirect notice on account without moving followers (#11994)
Fix #11913
Diffstat (limited to 'app/views/auth/registrations')
-rw-r--r-- | app/views/auth/registrations/edit.html.haml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/auth/registrations/edit.html.haml b/app/views/auth/registrations/edit.html.haml index 885171c58..a155c75c9 100644 --- a/app/views/auth/registrations/edit.html.haml +++ b/app/views/auth/registrations/edit.html.haml @@ -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) |