From f3e053782eb608cb43379229747e6aa958c7b5ed Mon Sep 17 00:00:00 2001 From: Ben Goldsworthy Date: Thu, 8 Jun 2023 10:45:16 -0600 Subject: [PATCH] fix: list numbering on partial view --- resources/views/tracker.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index 11889c2..1db3b1e 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -33,7 +33,7 @@

@if ($showAllCheckins) Posts @else Recent Posts @endif

Want to receive a regular email digest of updates?

Ask me and I'll add you to the list: weekly, fortnightly and monthly options available (or daily if you're really keen).

-
    +
      @if($showAllCheckins || $toCheckin || $fromCheckin) @php $checkinsList = array_reverse($trip->checkins) @endphp @else