mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
6 lines
No EOL
337 B
Text
6 lines
No EOL
337 B
Text
.nested-fields
|
|
= f.inputs do
|
|
= f.input :due_date, as: :string, input_html: { class: 'target-due-date-datepicker', readonly: 'readonly' }
|
|
= f.input :target_count
|
|
= f.input :unit, as: :select, label: 'Unit', class: 'form-control', collection: Target.units.values, include_blank: false
|
|
= remove_association_link :target, f |