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'
== 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"]
.page-wrapper ng-class="{'open': toggle}"
.sidebar-wrapper
@ -45,4 +45,4 @@ html
== yield :additional_scripts if content_for?(:additional_scripts)
- if I18n.locale == :ru
== javascript_include_tag 'moment/ru.js', cache: 'moment'
== javascript_include_tag 'angular-locale_ru-ru', cache: 'angular-locale'
== javascript_include_tag 'angular-locale_ru-ru', cache: 'angular-locale'