OpenFest: Apply propper wrapper in the new event form
This commit is contained in:
parent
dd14ca650d
commit
4d37c817e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue