mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
13 lines
298 B
Text
13 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)
|