blob: 520300416ade82da7e6313c9d6934eb4ef6361d9 (
plain) (
blame)
1
2
3
4
5
6
7
|
%ul.no-list
- if controller_name != 'profiles'
%li= link_to "Edit profile", settings_profile_path
- if controller_name != 'preferences'
%li= link_to "Preferences", settings_preferences_path
- if controller_name != 'registrations'
%li= link_to "Change password", edit_user_registration_path
|