2014-05-22 18:19:07 +02:00
.row
.col-md-8
2014-05-13 14:17:39 +02:00
= semantic_form_for(@cfp, :url => admin_conference_callforpapers_path(@conference.short_title),:html => {:multipart => true}) do |f|
2014-03-17 16:36:32 +01:00
= f.input :start_date, :as => :string, :input_html => { :id => "conference-start-datepicker", :readonly => "readonly" }
= f.input :end_date, :as => :string, :input_html => { :id => "conference-end-datepicker", :readonly => "readonly" }
= f.input :hard_deadline, :as => :string, :input_html => { :id => "cfp-hard-datepicker", :readonly => "readonly" }
= f.input :description, :hint => "Welcome text for the Call for Papers"
= f.input :schedule_changes
2014-04-02 20:07:42 +03:00
= f.input :schedule_public
2014-03-17 16:36:32 +01:00
= f.input :rating, :hint => "Enter the number of different rating levels you want to have for voting on proposals. Enter 0 if you do not want to vote on proposals."
= f.action :submit, :as => :button, :button_html => {:class => "btn btn-primary"}