about summary refs log tree commit diff
path: root/app/views/settings/profiles/show.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-11-27 22:47:06 +0100
committerGitHub <noreply@github.com>2017-11-27 22:47:06 +0100
commit706e534455e2137c324c0ebb30435e7630ab7c1f (patch)
tree9875215f85439929a41d70853a674a2c33096f93 /app/views/settings/profiles/show.html.haml
parentff78c1177a180f1b9aec8464734ac3aa1c888874 (diff)
Add UI for setting up account migration (#5832)
Diffstat (limited to 'app/views/settings/profiles/show.html.haml')
-rw-r--r--app/views/settings/profiles/show.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/settings/profiles/show.html.haml b/app/views/settings/profiles/show.html.haml
index 7a06cd014..0fc9db2b9 100644
--- a/app/views/settings/profiles/show.html.haml
+++ b/app/views/settings/profiles/show.html.haml
@@ -21,3 +21,8 @@
 
   .actions
     = f.button :button, t('generic.save_changes'), type: :submit
+
+%hr/
+
+%h6= t('auth.migrate_account')
+%p.muted-hint= t('auth.migrate_account_html', path: settings_migration_path)