vicvega / chaltron

Template generator for rails application with bootstrap, devise...
MIT License
9 stars 2 forks source link

Checkbox not properly rendered #3

Closed crondaemon closed 7 years ago

crondaemon commented 7 years ago

In the edit part of a scaffold the checkbox is not properly assigned the right classes like other objects. This results in an inappropriate alignment and rendering of the object.

crondaemon commented 7 years ago

Reproducer: create a scaffold with mixed text and bool and go to show or edit view.