2014-03-17 16:36:32 +01:00
|
|
|
.row
|
2014-05-22 18:19:07 +02:00
|
|
|
.col-md-8
|
2017-03-11 13:25:39 +05:30
|
|
|
= semantic_form_for(@conference, url: admin_conference_volunteers_update_path(@conference.short_title)) do |f|
|
|
|
|
|
= f.action :submit, as: :button, button_html: {class: 'btn btn-primary'}
|
2014-03-17 16:36:32 +01:00
|
|
|
%br
|
|
|
|
|
%br
|
2017-03-11 13:25:39 +05:30
|
|
|
= f.input :use_volunteers, label: 'Enable Volunteering'
|
2014-03-17 16:36:32 +01:00
|
|
|
.row
|
|
|
|
|
.col-md-6
|
2017-03-11 13:25:39 +05:30
|
|
|
= f.input :use_vdays, label: false
|
2014-03-17 16:36:32 +01:00
|
|
|
= dynamic_association :vdays, "Volunteer Days", f
|
|
|
|
|
.col-md-6
|
2017-03-11 13:25:39 +05:30
|
|
|
= f.input :use_vpositions, label: false
|
2014-03-17 16:36:32 +01:00
|
|
|
= dynamic_association :vpositions, "Volunteer positions", f
|