2016-10-14 11:28:49 +11:00
|
|
|
%ul.no-list
|
|
|
|
- if controller_name != 'profiles'
|
2016-11-16 09:02:57 +11:00
|
|
|
%li= link_to t('settings.edit_profile'), settings_profile_path
|
2016-10-14 11:28:49 +11:00
|
|
|
- if controller_name != 'preferences'
|
2016-11-16 09:02:57 +11:00
|
|
|
%li= link_to t('settings.preferences'), settings_preferences_path
|
2016-10-14 11:28:49 +11:00
|
|
|
- if controller_name != 'registrations'
|
2016-11-16 09:02:57 +11:00
|
|
|
%li= link_to t('auth.change_password'), edit_user_registration_path
|
2017-04-22 12:23:17 +10:00
|
|
|
- if controller_name != 'two_factor_authentications'
|
|
|
|
%li= link_to t('settings.two_factor_authentication'), settings_two_factor_authentication_path
|
2017-01-28 06:28:46 +11:00
|
|
|
%li= link_to t('settings.back'), root_path
|