Remove navbar style moderation navigation
This commit is contained in:
parent
e0b531c9c5
commit
8a5c7b2b3e
|
@ -1,4 +1,3 @@
|
|||
= render 'navigation/moderation'
|
||||
.container-lg.container--main
|
||||
.row
|
||||
.col-md-3.col-sm-4.col-xs-12
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
%nav.navbar.navbar-light.bg-light.navbar-static-top.j2-navbar.d-flex.d-sm-none{ role: :navigation }
|
||||
%a.navbar-brand{ href: moderation_path } Moderation
|
||||
%button.navbar-toggler{ data: { target: '#j2-tl-navbar-collapse', toggle: :collapse }, type: :button }
|
||||
%span.sr-only Toggle navigation
|
||||
%span.navbar-toggler-icon
|
||||
.collapse.navbar-collapse#j2-tl-navbar-collapse
|
||||
%ul.nav.navbar-nav
|
||||
= nav_entry t('views.moderation.tabs.all'), moderation_path
|
||||
= nav_entry t('views.general.answer').pluralize(2), moderation_path('answer')
|
||||
= nav_entry t('views.general.comment').pluralize(2), moderation_path('comment')
|
||||
= nav_entry t('views.general.user').pluralize(2), moderation_path('user')
|
||||
= nav_entry t('views.general.question').pluralize(2), moderation_path('question')
|
Loading…
Reference in New Issue