lib/generators/bootstrap/layout/templates/layout.html.erb in twitter-bootstrap-rails-2.2.7 vs lib/generators/bootstrap/layout/templates/layout.html.erb in twitter-bootstrap-rails-2.2.8

- old
+ new

@@ -31,10 +31,12 @@ <%%= favicon_link_tag 'apple-touch-icon-precomposed.png', :rel => 'apple-touch-icon-precomposed', :type => 'image/png' %> <!-- For all other devices --> <!-- Size should be 32 x 32 pixels --> <%%= favicon_link_tag 'favicon.ico', :rel => 'shortcut icon' %> + + <%%= javascript_include_tag "application" %> </head> <body> <div class="navbar navbar-<%= layout_type %>-top"> <div class="navbar-inner"> @@ -93,17 +95,12 @@ </div><!--/span--> </div><!--/row--> <%- end -%> <footer> - <p>&copy; Company 2013</p> + <p>&copy; Company <%= Date.today.year %></p> </footer> </div> <!-- /container --> - - <!-- Javascripts - ================================================== --> - <!-- Placed at the end of the document so the pages load faster --> - <%%= javascript_include_tag "application" %> </body> </html>