linter changes

This commit is contained in:
rajavi-mishra 2021-04-30 01:43:31 -07:00
parent a754f6040a
commit b450abddd1

View file

@ -3,7 +3,7 @@
.container .container
- if user_signed_in? - if user_signed_in?
- 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 you tickets now!", "#tickets"
.row .row