mastodon/app/views/settings/shared/_links.html.haml

11 lines
508 B
Plaintext
Raw Normal View History

2016-10-14 02:28:49 +02:00
%ul.no-list
- if controller_name != 'profiles'
2016-11-15 23:02:57 +01:00
%li= link_to t('settings.edit_profile'), settings_profile_path
2016-10-14 02:28:49 +02:00
- if controller_name != 'preferences'
2016-11-15 23:02:57 +01:00
%li= link_to t('settings.preferences'), settings_preferences_path
2016-10-14 02:28:49 +02:00
- if controller_name != 'registrations'
2016-11-15 23:02:57 +01:00
%li= link_to t('auth.change_password'), edit_user_registration_path
- if controller_name != 'two_factor_auths'
%li= link_to t('settings.two_factor_auth'), settings_two_factor_auth_path
%li= link_to t('settings.back'), root_path