diff --git a/app/views/conferences/_tickets.haml b/app/views/conferences/_tickets.haml index 1250266e..8b37582a 100644 --- a/app/views/conferences/_tickets.haml +++ b/app/views/conferences/_tickets.haml @@ -7,7 +7,7 @@ .container .row .col-md-12.text-center - %h2 Sign Up for Campus Housing + %h2 Sign Up for Snap!Con %br -# %h2 -# Support @@ -15,8 +15,7 @@ .row.row-centered - tickets.each do |ticket| .col-lg-4.col-md-3.col-sm-3.col-centered.col-top - = link_to(conference_tickets_path(conference.short_title), - class: 'thumbnail') do + = link_to(conference_tickets_path(conference.short_title), class: 'thumbnail') do .caption %h3.text-center.word_break = ticket.title