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 :description
|
||||||
= form.input :notes
|
= form.input :notes
|
||||||
|
|
||||||
-# TODO boolean hint CSS, missing divider
|
= form.input :agreement, as: :boolean, wrapper: :default
|
||||||
-# TODO error message?
|
|
||||||
= form.input :agreement, as: :boolean, wrapper_html: {class: 'input'}
|
|
||||||
|
|
||||||
= form.button :submit
|
= form.button :submit
|
||||||
|
|
Loading…
Reference in New Issue