lib/generators/templates/app/views/layouts/application.html.haml in rail_pass-0.1.6 vs lib/generators/templates/app/views/layouts/application.html.haml in rail_pass-0.1.7
- old
+ new
@@ -1,7 +1,7 @@
!!! 5
-/[if lt IE 9] <html class="ie8" lang="en">
+/[if lt IE 9] <html class="ie8 old-ie" lang="en">
<!--[if gte IE 9]><!-->
%html{ lang: "en" }
<!--<![endif]-->
/
@@ -29,24 +29,19 @@
-# koko wa general meta
%meta{name: "description", content: "FIXME: APPLICATION DESCRIPTION"}
%meta{name: "author", content: "Michael LaCroix, James LaCroix"}
%meta{:'http-equiv' => "X-UA-Compatible", content: "chrome=1"}
-
- -# koko wa Facebook meta
- / %meta{name: "og:title", content: "#{@fb_title || 'FIXME: APPLICATION NAME'}"}
- / %meta{name: "og:image", content: ""}
- / %meta{name: "og:type", content: "website"}
- / %meta{name: "og:site_name", content: "FIXME: APPLICATION NAME"}
- / %meta{name: "og:admins", content: ""}
-# koko wa fav and touch icons (reside in the /public folder), plus iOS meta
/ %link{rel: "shortcut icon", href: "#{root_url}/favicon.png"}
/ %link{rel: "apple-touch-icon", href: "#{root_url}/apple-touch-icon-57x57-precomposed.png"}
/ %link{rel: "apple-touch-icon-precomposed", sizes: "72x72", href: "#{root_url}/apple-touch-icon-72x72-precomposed.png"}
/ %link{rel: "apple-touch-icon-precomposed", sizes: "114x114", href: "#{root_url}/apple-touch-icon-114x114-precomposed.png"}
/ %link{rel: "apple-touch-icon-precomposed", sizes: "144x144", href: "#{root_url}/apple-touch-icon-144x144-precomposed.png"}
+ / %meta{name: "msapplication-TileColor", content: "#ffffff"}
+ / %meta{name: "msapplication-TileImage", content: "#{root_url}/windows-icon.png"}
%meta{name: "viewport", content: "initial-scale=1.0, width=device-width, user-scalable=no, maximum-scale=1.0"}
%meta{name: "apple-mobile-web-app-capable", content: "yes"}
%meta{name: "apple-mobile-web-app-status-bar-style", content:"black"}
-# koko wa HTML5 shim, for IE6-8 support of HTML elements
@@ -57,11 +52,10 @@
-# koko wa CSS3 polyfill, IE6-8 support of CSS3 pseudo-classes with Selectivizr
/[if lt IE 9]
= javascript_include_tag "polyfills"
- = javascript_include_tag "responsive"
= csrf_meta_tags
-# koko wa Typekit -- replace VVVVVVV with the proper kit code
/ %script{ type: "text/javascript", src: "//use.typekit.net/VVVVVVV.js" }
/ :javascript
@@ -80,16 +74,16 @@
or
%a{ href: "http://www.google.com/chromeframe/?redirect=true", target: '_blank' } activate Google Chrome Frame
to improve your experience.
- %header#grid-header
+ %header#l-header
= yield
- %footer#grid-footer
+ %footer#l-footer