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