retrospring/app/views/user/_settings_tabs.html.haml

11 lines
355 B
Text
Raw Normal View History

2014-11-02 20:52:19 +01:00
.col-md-3.col-xs-12.col-sm-3
2014-11-11 20:01:24 +01:00
.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", edit_user_privacy_path
2014-12-12 21:54:17 +01:00
= nav_entry "Sharing", services_path
2015-01-02 01:09:04 +01:00
.hidden-xs= render "shared/links"