Add tickets to registration segment
This commit is contained in:
parent
abfb0884a1
commit
e2fd1bbd69
10 changed files with 42 additions and 2 deletions
|
|
@ -15,6 +15,7 @@
|
|||
= f.input :registration_start_date, :as => :string, :input_html => { :id => "conference-reg-start-datepicker", :readonly => "readonly" }
|
||||
= f.input :registration_end_date, :as => :string, :input_html => { :id => "conference-reg-end-datepicker", :readonly => "readonly" }
|
||||
= f.input :registration_description, hint: 'This description will appear in registration segment of the splash'
|
||||
= f.input :ticket_description, hint: 'This will appear in the Tickets segment of the splash'
|
||||
|
||||
= f.inputs :name => "Media" do
|
||||
- if !@conference.logo.blank?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue