OpenFest: Apply propper wrapper in the new event form

This commit is contained in:
Petko Bordjukov 2015-08-10 17:07:07 +03:00
parent dd14ca650d
commit 4d37c817e6
1 changed files with 1 additions and 3 deletions

View File

@ -21,8 +21,6 @@
= form.input :description
= form.input :notes
-# TODO boolean hint CSS, missing divider
-# TODO error message?
= form.input :agreement, as: :boolean, wrapper_html: {class: 'input'}
= form.input :agreement, as: :boolean, wrapper: :default
= form.button :submit