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

9 lines
300 B
Plaintext
Raw Normal View History

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