From 51a7e57c91cdb97a026ed15abd680ed61ad1e376 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Sun, 12 Feb 2023 14:11:07 +0000 Subject: [PATCH] Change checkins to posts, add email digest note --- resources/views/tracker.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/views/tracker.blade.php b/resources/views/tracker.blade.php index b024363..1d57c0b 100644 --- a/resources/views/tracker.blade.php +++ b/resources/views/tracker.blade.php @@ -30,7 +30,9 @@
-

@if ($showAllCheckins) Check-ins @else Recent Check-ins @endif

+

@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 @@ -41,7 +43,7 @@ @include('partials.checkins-list')
@if (!$showAllCheckins) -

Show all checkins

+

Show all posts

@endif