mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
5 lines
330 B
Text
5 lines
330 B
Text
= f.input :title
|
|
= f.input :description, input_html: { rows: 5, data: { provide: "markdown-editable" } }
|
|
= f.input :price
|
|
= f.input :price_currency, as: :select, class: 'form-control', collection: ['USD', 'EUR', 'GBP', 'INR', 'CNY'], include_blank: false
|
|
= f.action :submit, as: :button, button_html: { class: 'btn btn-primary' }
|