diff --git a/app/views/layouts/application.mobile.haml b/app/views/layouts/application.mobile.haml index 275877e7f..5637ff364 100644 --- a/app/views/layouts/application.mobile.haml +++ b/app/views/layouts/application.mobile.haml @@ -25,11 +25,12 @@ %link{:rel => 'shortcut icon', :href => '/apple-touch-icon.png'} / iOS mobile web app indicator - %meta{:name => "apple-mobile-web-app-capable", :content => "yes"} - %link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"} + / NOTE(we will enable these once we don't have to rely on back/forward buttons anymore) + /%meta{:name => "apple-mobile-web-app-capable", :content => "yes"} + /%link{:rel => "apple-touch-startup-image", :href => "/images/apple-splash.png"} / Stylesheets - = include_stylesheets :mobile + = include_stylesheets :mobile, :format => 'all' = yield(:custom_css) %script{:src => "/javascripts/vendor/mbp-modernizr-custom.js"}