22 lines
537 B
Text
22 lines
537 B
Text
- content_for :page_title do
|
|
= t('settings.account_settings')
|
|
|
|
= render 'status'
|
|
|
|
= render 'sessions'
|
|
|
|
- unless current_account.suspended?
|
|
%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)
|
|
|
|
%hr.spacer/
|
|
|
|
%h3= t('auth.delete_account')
|
|
%p.muted-hint= t('auth.delete_account_html', path: settings_delete_path)
|