From dbfebdcd01f5b4efcca20ba72c6ec6e521f5d402 Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 18 Jun 2020 12:08:15 -0700 Subject: [PATCH] Ooops. Fix indentation --- app/views/physical_tickets/index.html.haml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/views/physical_tickets/index.html.haml b/app/views/physical_tickets/index.html.haml index bf71cecc..cc7dbae2 100644 --- a/app/views/physical_tickets/index.html.haml +++ b/app/views/physical_tickets/index.html.haml @@ -9,14 +9,14 @@ .text-muted Your tickets for the conference - - if !@conference.user_registered?(@user) - .row - .col-md-12 - %strong - You are not yet registered for the conference. - = link_to 'Complete Registration', - conference_conference_registration_path(@conference), - class: 'btn btn-success pull-right' + - if !@conference.user_registered?(@user) + .row + .col-md-12 + %strong + You are not yet registered for the conference. + = link_to 'Complete Registration', + conference_conference_registration_path(@conference), + class: 'btn btn-success pull-right' .col-md-12 - if @physical_tickets.present?