linter changes
This commit is contained in:
parent
9ece3b0564
commit
4938efa2cb
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue