mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 05:34:04 +00:00
14 lines
298 B
Text
14 lines
298 B
Text
|
|
- if venue.picture?
|
||
|
|
= image_tag venue.picture.thumb.url,
|
||
|
|
alt: venue.name,
|
||
|
|
class: 'img-responsive pull-right'
|
||
|
|
%h3= venue.name
|
||
|
|
%p
|
||
|
|
= venue.street
|
||
|
|
%br
|
||
|
|
= venue.city
|
||
|
|
%br
|
||
|
|
= venue.country_name
|
||
|
|
- if venue.website
|
||
|
|
%p.text-center.clearfix= sanitize(link_to venue.website, venue.website)
|