RailsApps / rails-devise-pundit

Rails 5.0 starter app with Devise for authentication and Pundit for authorization.
http://railsapps.github.io/rails-devise-pundit/
484 stars 156 forks source link

Generator for haml/simple form views are not consistent with the design #16

Closed corroded closed 10 years ago

corroded commented 10 years ago

I generated a rails-devise-pundit app with the ff setup:

  1. bootstrap
  2. haml
  3. simpleform

looking at the files here and here, it seems that they differ greatly.

Here is a screenshot of the ERB at work:

screen shot 2014-07-19 at 3 41 15 am

and here is the screenshot of the HAML file at work:

screen shot 2014-07-19 at 3 41 25 am

As you can see, styles are broken. Also, notice the additional links below (the devise links). Lastly, I had to delete the ERB file for the HAML file to render (and have to always restart the rails server - which seems suspicious)

Any thoughts?

DanielKehoe commented 10 years ago

Opening as an issue for the rails_layout gem.