linter changes

This commit is contained in:
rajavi-mishra 2021-04-30 01:43:31 -07:00 committed by CactusPuppy
parent 9ece3b0564
commit 4938efa2cb
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

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