From 4938efa2cbca9177c42b0cd4069fc677b2721182 Mon Sep 17 00:00:00 2001 From: rajavi-mishra Date: Fri, 30 Apr 2021 01:43:31 -0700 Subject: [PATCH] linter changes --- app/views/conferences/_header.haml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/conferences/_header.haml b/app/views/conferences/_header.haml index 5b051f16..817345d9 100644 --- a/app/views/conferences/_header.haml +++ b/app/views/conferences/_header.haml @@ -1,10 +1,10 @@ - cache [conference, venue, '#splash#header'] do #banner{ style: ("background-image: url(#{conference.picture_url})" if conference.picture_url) } .container - - if user_signed_in? + - if user_signed_in? - if current_user.ticket_purchases.by_conference(@conference).empty? - .alert.bg-info{:role => "alert", :style => "margin-bottom: 100px"} - You have not purchased any tickets for this conference yet. + .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 .col-md-6.col-md-offset-3{ id: (conference.picture? ? "header-image" : "header-no-image") }