mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
avoid missing image icon
This commit is contained in:
parent
9d72775c29
commit
ecc516b802
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