mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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
|
||||
.row
|
||||
.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
|
||||
%h3
|
||||
= conference.title
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue