Use PictureUploader on Conference
This commit is contained in:
parent
cea9081347
commit
40023044af
8 changed files with 24 additions and 14 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.well
|
||||
.row
|
||||
.col-md-4.text-center
|
||||
= image_tag(conference.logo(:original), class: 'img-responsive') if conference.logo?
|
||||
= image_tag(conference.picture_url, class: 'img-responsive') if conference.picture?
|
||||
.col-md-6
|
||||
%h3
|
||||
= conference.title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue