Added carousel component to take photos in Conference#edit

This commit is contained in:
Gopesh Tulsyan 2014-06-10 17:47:46 +05:30
parent d9818f2749
commit b10b43ac7a
3 changed files with 12 additions and 1 deletions

View file

@ -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)