Replace checkins list with partial in email template
This commit is contained in:
parent
8dc74febcf
commit
33f9a8584d
3 changed files with 6 additions and 22 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue