Adds lodging description to conference
This commit is contained in:
parent
2a742e6d0a
commit
feabc3b954
4 changed files with 10 additions and 2 deletions
|
|
@ -18,6 +18,7 @@
|
|||
= f.input :ticket_description, hint: 'This will appear in the Tickets segment of the splash'
|
||||
= f.input :sponsor_description, hint: 'This will appear in the sponsor segment of the splash'
|
||||
= f.input :sponsor_email, hint: 'This will appear in the sponsor segment of the splash for the sponsors to contact to the organizers'
|
||||
= f.input :lodging_description, hint: 'This will appear in the lodging segement of the splash'
|
||||
|
||||
= f.inputs :name => "Media" do
|
||||
- if !@conference.logo.blank?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue