Remove navbar style moderation navigation

This commit is contained in:
Andreas Nedbal 2022-07-30 02:55:32 +02:00
parent e0b531c9c5
commit 8a5c7b2b3e
2 changed files with 0 additions and 13 deletions

View File

@ -1,4 +1,3 @@
= render 'navigation/moderation'
.container-lg.container--main
.row
.col-md-3.col-sm-4.col-xs-12

View File

@ -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')