8 lines
329 B
Text
8 lines
329 B
Text
#settings_nav.container-fluid
|
|
%h2= t('settings')
|
|
%nav
|
|
%ul
|
|
%li= link_to_unless_current t('profile'), edit_profile_path
|
|
%li= link_to_unless_current t('account'), edit_user_path
|
|
%li= link_to_unless_current t('privacy'), privacy_settings_path
|
|
%li= link_to_unless_current t('_services'), services_path
|