Retrospring/app/views/moderation/_moderation_tabs.html.haml

10 lines
400 B
Plaintext
Raw Normal View History

2014-12-25 14:14:45 -08:00
.col-md-3.col-sm-3.col-xs-12
.panel.panel-default
.panel-body
%ul.nav.nav-pills.nav-stacked
2014-12-28 16:25:48 -08:00
= nav_entry "All reports", moderation_path
= nav_entry "Answers", moderation_path('answer')
= nav_entry "Comments", moderation_path('comment')
= nav_entry "Users", moderation_path('user')
= nav_entry "Questions", moderation_path('question')