This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2016-10-13 17:28:49 -07:00
|
|
|
%ul.no-list
|
|
|
|
- if controller_name != 'profiles'
|
2016-11-15 14:02:57 -08:00
|
|
|
%li= link_to t('settings.edit_profile'), settings_profile_path
|
2016-10-13 17:28:49 -07:00
|
|
|
- if controller_name != 'preferences'
|
2016-11-15 14:02:57 -08:00
|
|
|
%li= link_to t('settings.preferences'), settings_preferences_path
|
2016-10-13 17:28:49 -07:00
|
|
|
- if controller_name != 'registrations'
|
2016-11-15 14:02:57 -08:00
|
|
|
%li= link_to t('auth.change_password'), edit_user_registration_path
|
2017-01-27 11:28:46 -08:00
|
|
|
- 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
|