mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
17 lines
691 B
Text
17 lines
691 B
Text
.container-fluid
|
|
.row-fluid
|
|
.span3
|
|
= render 'admin/conference/sidebar'
|
|
.span9
|
|
= 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"}
|
|
%br
|
|
%br
|
|
= f.input :use_volunteers, :label => "Enable Volunteering"
|
|
.row-fluid
|
|
.span6
|
|
= f.input :use_vdays, :label => false
|
|
= dynamic_association :vdays, "Volunteer Days", f
|
|
.span6
|
|
= f.input :use_vpositions, :label => false
|
|
= dynamic_association :vpositions, "Volunteer positions", f
|