From fb779238125922a38861a5ed1a28001b2006f1c9 Mon Sep 17 00:00:00 2001 From: Matt Young Date: Sat, 1 Nov 2025 12:45:02 -0500 Subject: [PATCH] Show prelim score on seating page. --- .../tabulation/seating-page/scored-entries-table.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3b6ea85..c0cbfb5 100644 --- a/resources/views/tabulation/seating-page/scored-entries-table.blade.php +++ b/resources/views/tabulation/seating-page/scored-entries-table.blade.php @@ -63,7 +63,7 @@ @if($audition->prelimDefinition()) - {{ $entry->prelimTotalScore() }} + {{ round($entry->prelimTotalScore(),2) }} @endif @if($audition->bonusScore()->count() > 0)