RailsApps / rails_layout

Generates Rails application layout files for various front-end frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bootstrap 3 layout issues

ameft opened this issue · comments

In application.html.erb two <div class="container"> are created inside the main tag (not necessary, and anyway one of them is not closed).
Moreover javascript and stylesheet tags are created with "data-turbolinks-track" => true in a rails 3.2 app that doesn't use turbolinks.

Thanks for bringing these issues to my attention. Fixed in version 0.2.2 released today.