mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-26 04:23:43 +01:00
8 lines
No EOL
384 B
Text
8 lines
No EOL
384 B
Text
%ul.no-list
|
|
- if controller_name != 'profiles'
|
|
%li= link_to t('settings.edit_profile'), settings_profile_path
|
|
- if controller_name != 'preferences'
|
|
%li= link_to t('settings.preferences'), settings_preferences_path
|
|
- if controller_name != 'registrations'
|
|
%li= link_to t('auth.change_password'), edit_user_registration_path
|
|
%li= link_to t('settings.back'), root_path |