Retrospring/app/views/notifications/_notification_tabs.html.haml

9 lines
421 B
Plaintext
Raw Normal View History

2014-12-09 14:07:04 -08:00
.col-md-3.col-xs-12.col-sm-3
2015-01-30 15:47:28 -08:00
.panel.panel-default.hidden-xs
2014-12-09 14:07:04 -08:00
.panel-body
%ul.nav.nav-pills.nav-stacked
2014-12-14 06:24:59 -08:00
= nav_entry "All notifications", notifications_path
= nav_entry "Answers", notifications_path('answer')
= nav_entry "Smiles", notifications_path('smile')
= nav_entry "Comments", notifications_path('comment')
= nav_entry "Followers", notifications_path('relationship')