Changing caching parameters, fix checkin dates

This commit is contained in:
Ben Goldsworthy 2022-10-21 21:05:53 +00:00
parent 61d5f69699
commit ee75bc6976
2 changed files with 4 additions and 4 deletions

View file

@ -56,7 +56,7 @@
<details class="checkin" id="{{ $checkin->id }}" ontoggle="toggleCheckin(this.open, this.id)">
<summary class="checkin__summary">
<h2 class="checkin__title">{{ $checkin->title ?? "[No title]" }}</h2>
<p class="checkin__meta">{!! render_date_difference($trip->updated_at) !!}</p>
<p class="checkin__meta">{!! render_date_difference($checkin->date) !!}</p>
</summary>
{{ $checkin->note ?? "[No note]" }}
@if($checkin->image_url)