mastodon/app/views/settings/shared/_links.html.haml

8 lines
340 B
Plaintext
Raw Normal View History

2016-10-14 00:28:49 +00:00
%ul.no-list
- if controller_name != 'profiles'
2016-11-15 22:02:57 +00:00
%li= link_to t('settings.edit_profile'), settings_profile_path
2016-10-14 00:28:49 +00:00
- if controller_name != 'preferences'
2016-11-15 22:02:57 +00:00
%li= link_to t('settings.preferences'), settings_preferences_path
2016-10-14 00:28:49 +00:00
- if controller_name != 'registrations'
2016-11-15 22:02:57 +00:00
%li= link_to t('auth.change_password'), edit_user_registration_path