diff --git a/app/Services/TabulationService.php b/app/Services/TabulationService.php index 3c07fb7..a9edc6d 100644 --- a/app/Services/TabulationService.php +++ b/app/Services/TabulationService.php @@ -78,7 +78,7 @@ class TabulationService $entry->rank = $n; $n++; } else { - $entry->rank = 'declined'; + $entry->rank = $n . ' - declined'; } } $cache[$auditionId] = $entries->keyBy('id'); diff --git a/resources/views/components/doubler-block.blade.php b/resources/views/components/doubler-block.blade.php index 0194106..3657255 100644 --- a/resources/views/components/doubler-block.blade.php +++ b/resources/views/components/doubler-block.blade.php @@ -3,8 +3,9 @@