Changing caching parameters, fix checkin dates
This commit is contained in:
parent
61d5f69699
commit
ee75bc6976
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue