What should I do to keep the label of a checkbox on the same line with the checkbox in a rails view containing a form?
Currently the label goes on the next line:
Do you use bootstrap? Easy way to do is add :class => "span1" in f.submit. I'm sure it worked!
bootstrap
:class => "span1"