Added carousel component to take photos in Conference#edit
This commit is contained in:
parent
d9818f2749
commit
b10b43ac7a
3 changed files with 12 additions and 1 deletions
|
|
@ -17,6 +17,8 @@
|
|||
= 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'
|
||||
|
||||
= dynamic_association :photos, "Photos", f
|
||||
|
||||
= f.inputs :name => "Media" do
|
||||
- if !@conference.logo.blank?
|
||||
= image_tag @conference.logo(:thumb)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue