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
|
2017-04-22 04:23:17 +02:00
|
|
|
- if controller_name != 'two_factor_authentications'
|
|
|
|
%li= link_to t('settings.two_factor_authentication'), settings_two_factor_authentication_path
|
2017-01-27 20:28:46 +01:00
|
|
|
%li= link_to t('settings.back'), root_path
|