mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-20 11:36:03 +01:00
9 lines
400 B
Text
9 lines
400 B
Text
.col-md-3.col-sm-3.col-xs-12
|
|
.panel.panel-default
|
|
.panel-body
|
|
%ul.nav.nav-pills.nav-stacked
|
|
= 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')
|