osem-fcy/app/views/conferences/_booths.haml
2017-12-22 10:48:55 -08:00

15 lines
514 B
Text

.row
.col-md-12
%h3.text-center Booths
.row.row-centered
- conference.confirmed_booths.to_a.sort_by!(&:title).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