mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-14 12:14:03 +00:00
15 lines
515 B
Text
15 lines
515 B
Text
.row
|
|
.col-md-8
|
|
= form_for(@conference, url: admin_conference_volunteers_update_path(@conference.short_title)) do |f|
|
|
= f.submit nil, class: 'btn btn-primary'
|
|
.checkbox
|
|
%label
|
|
= f.check_box :use_volunteers
|
|
Enable Volunteering
|
|
.checkbox
|
|
%label
|
|
= f.check_box :use_vdays
|
|
= dynamic_association :vdays, "Volunteer Days", f
|
|
.col-md-6
|
|
= f.check_box :use_vpositions
|
|
= dynamic_association :vpositions, "Volunteer positions", f
|