10 lines
641 B
Text
10 lines
641 B
Text
#section_header
|
|
%h2
|
|
= t("settings")
|
|
%ul.nav.nav-tabs#settings_nav
|
|
%li{class: current_page?(edit_profile_path) && "active"}= link_to t("profile"), edit_profile_path
|
|
%li{class: current_page?(edit_user_path) && "active"}= link_to t("account"), edit_user_path
|
|
%li{class: current_page?(privacy_settings_path) && "active"}= link_to t("privacy"), privacy_settings_path
|
|
%li{class: current_page?(services_path) && "active"}= link_to t("_services"), services_path
|
|
%li{class: current_page?(api_openid_connect_user_applications_path) && "active"}
|
|
= link_to t("_applications"), api_openid_connect_user_applications_path
|