mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
15 lines
501 B
Text
15 lines
501 B
Text
.row
|
|
.col-md-12
|
|
%h3.text-center "#{(t'booth').pluralize.capitalize }"
|
|
.row.row-centered
|
|
- booths.each do |booth|
|
|
.col-md-2.col-sm-2.col-centered.col-top.booth
|
|
%a.thumbnail{ href: '#',
|
|
data: { toggle: 'modal', target: "#modal-booth-#{booth.id}" } }
|
|
- if booth.picture?
|
|
= image_tag get_logo(booth),
|
|
class: ['img-responsive', 'img-rounded'],
|
|
title: booth.title
|
|
- else
|
|
.caption
|
|
%h3.text-center= booth.title
|