mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
redesigned view of splashpage
This commit is contained in:
parent
0ca19ea67a
commit
f6b5cb03e8
1 changed files with 1 additions and 5 deletions
|
|
@ -6,11 +6,7 @@
|
|||
-else
|
||||
.container
|
||||
.row
|
||||
- if @conference.venue.commercial.nil?
|
||||
.col-md-6
|
||||
%img{ "data-src" => "holder.js/500x300?text=No Commercial Set", class: 'img-responsive img-rounded' }
|
||||
|
||||
-else @conference.venue.commercial.persisted?
|
||||
- if @conference.venue.commercial.present? and @conference.venue.commercial.persisted?
|
||||
.col-md-5
|
||||
.thumbnail
|
||||
.flexvideo{ id: "resource-content-#{@conference.venue.commercial.id}"}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue