retrospring/app/views/user/_settings_tabs.html.haml
nilsding 74ece9d971 added privacy setting routes
this took me longer than it should have taken
2015-01-02 21:34:56 +01:00

11 lines
No EOL
354 B
Text

.col-md-3.col-xs-12.col-sm-3
.panel.panel-default
.panel-body
%ul.nav.nav-pills.nav-stacked
= nav_entry "Account", edit_user_registration_path
= nav_entry "Profile", edit_user_profile_path
= nav_entry "Privacy", privacy_settings_path
= nav_entry "Sharing", services_path
.hidden-xs= render "shared/links"