lib/generators/happy_seed/bootstrap/templates/app/views/layouts/application.html.haml in happy_seed-0.0.8 vs lib/generators/happy_seed/bootstrap/templates/app/views/layouts/application.html.haml in happy_seed-0.0.9

- old
+ new

@@ -2,15 +2,14 @@ %html.no-js = render 'head' %body{ :class => "#{ controller.controller_name }" } = render 'chromeframe' - .container - = render 'header' - = render 'flashes' + = render 'header' + = render 'flashes' - = yield + = yield - = render 'footer' + = render 'footer' - -# Javascript at the bottom for fast page loading - = render 'javascripts' + -# Javascript at the bottom for fast page loading + = render 'javascripts'