lib/generators/bootstrap/layout/templates/layout.html.haml in twitter-bootstrap-rails-2.2.7 vs lib/generators/bootstrap/layout/templates/layout.html.haml in twitter-bootstrap-rails-2.2.8
- old
+ new
@@ -13,10 +13,11 @@
= 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'
+ = javascript_include_tag "application"
%body
.navbar.navbar-<%= layout_type %>-top
.navbar-inner
@@ -59,11 +60,6 @@
%li= link_to "Link 1", "/path1"
%li= link_to "Link 2", "/path2"
%li= link_to "Link 3", "/path3"
<% end %>
%footer
- %p © Company 2013
- /
- Javascripts
- \==================================================
- / Placed at the end of the document so the pages load faster
- = javascript_include_tag "application"
+ %p © Company <%= Date.today.year %>