mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
another occurence of nav tabs instead of list-groups
This commit is contained in:
parent
764a36e4be
commit
d3a7bca68f
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue