Merge pull request #50 from differentreality/logo_missing
avoid missing image icon, in home page, when there is no conference logo
This commit is contained in:
commit
628211f0fc
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
.well
|
.well
|
||||||
.row
|
.row
|
||||||
.col-md-4.text-center
|
.col-md-4.text-center
|
||||||
= image_tag(conference.logo(:original), class: 'img-responsive')
|
= image_tag(conference.logo(:original), class: 'img-responsive') if conference.logo?
|
||||||
.col-md-6
|
.col-md-6
|
||||||
%h3
|
%h3
|
||||||
= conference.title
|
= conference.title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue