From db474773bd2908ecadd4450324a3bd8340e2082d Mon Sep 17 00:00:00 2001 From: pixeldesu Date: Sun, 26 Apr 2015 13:28:04 +0200 Subject: [PATCH] update moderation tab display --- app/views/moderation/_moderation_tabs.html.haml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/app/views/moderation/_moderation_tabs.html.haml b/app/views/moderation/_moderation_tabs.html.haml index cb75096a..51363d73 100644 --- a/app/views/moderation/_moderation_tabs.html.haml +++ b/app/views/moderation/_moderation_tabs.html.haml @@ -1,9 +1,8 @@ .col-md-3.col-sm-3.col-xs-12 .panel.panel-default.hidden-xs - .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') + %ul.nav.nav-pills.nav-stacked + = list_group_item "All reports", moderation_path + = list_group_item "Answers", moderation_path('answer') + = list_group_item "Comments", moderation_path('comment') + = list_group_item "Users", moderation_path('user') + = list_group_item "Questions", moderation_path('question')