E-mail preferences page

This commit is contained in:
Eugen Rochko
2016-10-14 02:28:49 +02:00
parent 9b195f5dd3
commit 7a6d95f70c
13 changed files with 107 additions and 14 deletions

View File

@ -0,0 +1,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