Replace checkins list with partial in email template

This commit is contained in:
Ben Goldsworthy 2022-11-28 13:49:14 -06:00
parent 8dc74febcf
commit 33f9a8584d
3 changed files with 6 additions and 22 deletions

View file

@ -38,8 +38,7 @@
@php $checkinsList = array_slice(array_reverse($trip->checkins), 0, 10) @endphp
@endif
@include('partials.checkin-list')
@include('partials.checkins-list')
</ol>
@if (!$showAllCheckins)
<p><a id="allCheckinsLink" href="?show=all">Show all checkins</a></p>