有没有办法将输入分组在一个标签下并内联显示?为了避免这样的事情:
.input.optional
= form.label :price
.input
= form.text_field :price
= form.select :currency
有没有办法将输入分组在一个标签下并内联显示?为了避免这样的事情:
.input.optional
= form.label :price
.input
= form.text_field :price
= form.select :currency