diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index c1edb509..debb9481 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -1,14 +1,12 @@ !!! 5 %html %head - %meta{name: 'apple-mobile-web-app-capable', content: 'yes'} - %meta{name: 'apple-mobile-web-app-status-bar-style', content: '#0C84E4'} %meta{charset: 'utf-8'} %meta{'http-equiv' => 'X-UA-Compatible' ,content: 'IE=edge'} %meta{name: 'viewport', content: 'width=device-width, initial-scale=1, user-scalable=no'} %meta{name: 'theme-color', content: '#0C84E4'} %meta{name: "apple-mobile-web-app-capable", content: "yes"} - %meta{name: "apple-mobile-web-app-status-bar-style", content: "default"} + %meta{name: 'apple-mobile-web-app-status-bar-style', content: '#0C84E4'} %title= APP_CONFIG['site_name'] = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true = javascript_include_tag 'application', 'data-turbolinks-track' => true