use hamburger menu on mobiles

This commit is contained in:
Tomasz Paweł Gajc 2018-08-07 15:01:06 +02:00 committed by GitHub
parent 07dfd87b42
commit 01c2942037
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ html
link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css' link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'
== stylesheet_link_tag 'new_application', cache: 'application' == stylesheet_link_tag 'new_application', cache: 'application'
body[ ng-app='RosaABF' ng-controller='RosaABFController' ng-strict-di='' class="hamburg" body[ ng-app='RosaABF' ng-controller='RosaABFController' ng-strict-di='' class="hamburger"
ng-init="init('#{I18n.locale}', #{!!current_user.try(:sound_notifications)})" ng-cloak="true"] ng-init="init('#{I18n.locale}', #{!!current_user.try(:sound_notifications)})" ng-cloak="true"]
.page-wrapper ng-class="{'open': toggle}" .page-wrapper ng-class="{'open': toggle}"
.sidebar-wrapper .sidebar-wrapper