Adds admin components for conference photos
This commit is contained in:
parent
8ebf9de76c
commit
8e6e708813
3 changed files with 15 additions and 2 deletions
|
|
@ -25,6 +25,8 @@
|
|||
= 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 segment of the splash'
|
||||
|
||||
= dynamic_association :photos, "Photos", f
|
||||
|
||||
= f.inputs :name => 'Social Media' do
|
||||
- if !@conference.logo.blank?
|
||||
= image_tag @conference.logo(:thumb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue