diff --git a/app/views/moderation/_moderation_tabs.html.haml b/app/views/moderation/_moderation_tabs.html.haml index 1ebce01a..e38c3134 100644 --- a/app/views/moderation/_moderation_tabs.html.haml +++ b/app/views/moderation/_moderation_tabs.html.haml @@ -1,6 +1,6 @@ .col-md-3.col-sm-3.col-xs-12 .panel.panel-default.hidden-xs - %ul.nav.nav-pills.nav-stacked + .list-group = list_group_item t('views.moderation.tabs.all'), moderation_path = list_group_item t('views.general.answer').pluralize(2), moderation_path('answer') = list_group_item t('views.general.comment').pluralize(2), moderation_path('comment')