From 67622ec0c93b0ec802b2bb0c7b8ae43dbbc32ba4 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Sat, 1 Nov 2025 12:50:37 -0500 Subject: [PATCH] Undo prelim score on results page --- .../seating-page/scored-entries-table.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/tabulation/seating-page/scored-entries-table.blade.php b/resources/views/tabulation/seating-page/scored-entries-table.blade.php index c0cbfb5..0c9afed 100644 --- a/resources/views/tabulation/seating-page/scored-entries-table.blade.php +++ b/resources/views/tabulation/seating-page/scored-entries-table.blade.php @@ -8,9 +8,9 @@ Draw # Student Doubler - @if($audition->prelimDefinition()) - Prelim Score - @endif +{{-- @if($audition->prelimDefinition())--}} +{{-- Prelim Score--}} +{{-- @endif--}} Total Score @if($audition->bonusScore()->count() > 0)
@@ -62,9 +62,9 @@ - @if($audition->prelimDefinition()) - {{ round($entry->prelimTotalScore(),2) }} - @endif +{{-- @if($audition->prelimDefinition())--}} +{{-- {{ round($entry->prelimTotalScore(),2) }}--}} +{{-- @endif--}} @if($audition->bonusScore()->count() > 0) @if($entry->totalScore->bonus_total)