mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Booth can be replaced with any alias by replacing it in alias.en.yml. This change is introduced as some events do not use booth but uses other words such as stand.
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
|