[fix] Fix typo in header

This commit is contained in:
CactusPuppy 2021-05-01 14:50:03 -07:00
parent 4478bef67d
commit 33552a5afa
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -5,7 +5,7 @@
- if current_user.ticket_purchases.by_conference(@conference).empty? - if current_user.ticket_purchases.by_conference(@conference).empty?
.alert.bg-info{ :role => "alert", :style => "margin-bottom: 100px" } .alert.bg-info{ :role => "alert", :style => "margin-bottom: 100px" }
You have not purchased any tickets for this conference yet. You have not purchased any tickets for this conference yet.
= link_to "Book you tickets now!", "#tickets" = link_to "Book your tickets now!", "#tickets"
.row .row
.col-md-6.col-md-offset-3{ id: (conference.picture? ? "header-image" : "header-no-image") } .col-md-6.col-md-offset-3{ id: (conference.picture? ? "header-image" : "header-no-image") }
.row .row