lib/generators/bootstrap/layout/templates/layout.html.haml in twitter-bootstrap-rails-2.2.6 vs lib/generators/bootstrap/layout/templates/layout.html.haml in twitter-bootstrap-rails-2.2.7
- old
+ new
@@ -8,14 +8,14 @@
= csrf_meta_tags
/ Le HTML5 shim, for IE6-8 support of HTML elements
/[if lt IE 9]
= javascript_include_tag "//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"
= stylesheet_link_tag "application", :media => "all"
- %link(href="images/apple-touch-icon-144x144.png" rel="apple-touch-icon-precomposed" sizes="144x144")
- %link(href="images/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114")
- %link(href="images/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72")
- %link(href="images/apple-touch-icon.png" rel="apple-touch-icon-precomposed")
- %link(href="favicon.ico" rel="shortcut icon")
+ = favicon_link_tag 'apple-touch-icon-144x144-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '144x144'
+ = favicon_link_tag 'apple-touch-icon-114x114-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '114x114'
+ = favicon_link_tag 'apple-touch-icon-72x72-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png', :sizes => '72x72'
+ = favicon_link_tag 'apple-touch-icon-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png'
+ = favicon_link_tag 'favicon.ico', :rel => 'shortcut icon'
%body
.navbar.navbar-<%= layout_type %>-top
.navbar-inner