From 70b175479cad8c654f2aa72140d5479bb2af7468 Mon Sep 17 00:00:00 2001 From: danielgrippi Date: Thu, 29 Sep 2011 00:39:12 -0700 Subject: [PATCH] format all on including stylesheet for WP7 --- app/views/layouts/application.mobile.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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"}