Tweak Tickets Text
This commit is contained in:
parent
9904ee67aa
commit
a6bac93788
1 changed files with 2 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-12.text-center
|
.col-md-12.text-center
|
||||||
%h2 Sign Up for Campus Housing
|
%h2 Sign Up for Snap<em>!</em>Con
|
||||||
%br
|
%br
|
||||||
-# %h2
|
-# %h2
|
||||||
-# Support
|
-# Support
|
||||||
|
|
@ -15,8 +15,7 @@
|
||||||
.row.row-centered
|
.row.row-centered
|
||||||
- tickets.each do |ticket|
|
- tickets.each do |ticket|
|
||||||
.col-lg-4.col-md-3.col-sm-3.col-centered.col-top
|
.col-lg-4.col-md-3.col-sm-3.col-centered.col-top
|
||||||
= link_to(conference_tickets_path(conference.short_title),
|
= link_to(conference_tickets_path(conference.short_title), class: 'thumbnail') do
|
||||||
class: 'thumbnail') do
|
|
||||||
.caption
|
.caption
|
||||||
%h3.text-center.word_break
|
%h3.text-center.word_break
|
||||||
= ticket.title
|
= ticket.title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue