9 lines
409 B
Text
9 lines
409 B
Text
#settings_nav
|
|
%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
|
|
%li= link_to_unless_current t("_applications"), api_openid_connect_user_applications_path
|