Use PictureUploader on Conference

This commit is contained in:
Henne Vogelsang 2016-04-27 15:17:12 +02:00
parent cea9081347
commit 40023044af
8 changed files with 24 additions and 14 deletions

View file

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