入力を 1 つのラベルの下にグループ化し、インラインで表示する方法はありますか? このようなことを避けるには:
.input.optional
= form.label :price
.input
= form.text_field :price
= form.select :currency
入力を 1 つのラベルの下にグループ化し、インラインで表示する方法はありますか? このようなことを避けるには:
.input.optional
= form.label :price
.input
= form.text_field :price
= form.select :currency