Adds splash component checkboxes to admin dashboard
This commit is contained in:
parent
6c5e04f513
commit
ad9c0d1012
7 changed files with 12 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
.row
|
||||
.col-md-8
|
||||
= semantic_form_for(@cfp, :url => admin_conference_callforpapers_path(@conference.short_title),:html => {:multipart => true}) do |f|
|
||||
= f.input :include_cfp_in_splash, label: 'Include Call for Papers in Splash', hint: 'On setting this true you will enable the call for papers to be displayed on the splash page'
|
||||
= 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 :description, :hint => "Welcome text for the Call for Papers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue