2016-10-14 09:28:49 +09:00
|
|
|
%ul.no-list
|
|
|
|
- if controller_name != 'profiles'
|
2016-11-16 07:02:57 +09:00
|
|
|
%li= link_to t('settings.edit_profile'), settings_profile_path
|
2016-12-23 08:04:52 +09:00
|
|
|
- if controller_name != 'follow_requests'
|
|
|
|
%li= link_to t('follow_requests.title'), follow_requests_path
|
2016-10-14 09:28:49 +09:00
|
|
|
- if controller_name != 'preferences'
|
2016-11-16 07:02:57 +09:00
|
|
|
%li= link_to t('settings.preferences'), settings_preferences_path
|
2016-10-14 09:28:49 +09:00
|
|
|
- if controller_name != 'registrations'
|
2016-11-16 07:02:57 +09:00
|
|
|
%li= link_to t('auth.change_password'), edit_user_registration_path
|