lib/generators/templates/app/views/layouts/application.html.haml in rail_pass-0.1.7 vs lib/generators/templates/app/views/layouts/application.html.haml in rail_pass-0.1.8

- old
+ new

@@ -31,16 +31,16 @@ %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 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"} + / %link{rel: "shortcut icon", href: "#{root_url}favicon.ico"} + / %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: "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