Refactured navigation

This commit is contained in:
2017-11-10 12:18:05 +01:00
parent e9a73ea5cb
commit 93a77e12a4
12 changed files with 135 additions and 41 deletions
+5 -2
View File
@@ -65,8 +65,11 @@ html lang="#{I18n.locale}"
.container.content
= render 'shared/flashes'
= render 'shared/header'
= render 'shared/topnavigation'
= yield
.row
.col-xs-12.col-sm-3
nav#mainnav = render_navigation
.col-xs-12.col-sm-9
main= yield
hr
footer.row
.col-xs-12.col-sm-6