osem-fcy/app/views/conferences/_tickets.haml

28 lines
931 B
Text
Raw Normal View History

2017-11-21 09:54:27 -08:00
= content_for :splash_nav do
%li
%a.smoothscroll{ href: '#tickets' } Tickets
- cache [conference, tickets, '#splash#tickets'] do
2017-11-21 09:54:27 -08:00
%section#tickets
.container
.row
.col-md-12.text-center
2020-02-05 23:20:31 -08:00
%h2 Sign Up for Snap<em>!</em>Con
2020-01-08 01:20:18 -08:00
%br
2020-01-07 23:58:25 -08:00
-# %h2
-# Support
-# = conference.title
.row.row-centered
- tickets.each do |ticket|
.col-lg-4.col-md-3.col-sm-3.col-centered.col-top
2020-02-05 23:20:31 -08:00
= link_to(conference_tickets_path(conference.short_title), class: 'thumbnail') do
.caption
%h3.text-center.word_break
= ticket.title
.word_break
2020-07-07 22:24:28 -07:00
= short_ticket_description(ticket)
%button.btn-block.btn.btn-lg.btn-success
%i.fa.fa-ticket.fa-fw{"aria-hidden": true}
= humanized_money_with_symbol(ticket.price)
.trapezoid