use hamburger menu on mobiles
This commit is contained in:
parent
07dfd87b42
commit
01c2942037
|
@ -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
|
||||||
|
@ -45,4 +45,4 @@ html
|
||||||
== yield :additional_scripts if content_for?(:additional_scripts)
|
== yield :additional_scripts if content_for?(:additional_scripts)
|
||||||
- if I18n.locale == :ru
|
- if I18n.locale == :ru
|
||||||
== javascript_include_tag 'moment/ru.js', cache: 'moment'
|
== 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'
|
||||||
|
|
Loading…
Reference in New Issue