fix: add diff for humans in home page pos description
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
49b93f50f1
commit
8c592bd82d
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
{!! $position->vacancyFullDescription !!}
|
{!! $position->vacancyFullDescription !!}
|
||||||
<p class="text-sm text-muted">
|
<p class="text-sm text-muted">
|
||||||
{{__('Last updated @ :lastUpdatedTimeValue', [':lastUpdatedTimeValue' => $position->updated_at])}}
|
{{__('Last updated :lastUpdatedTimeValue', ['lastUpdatedTimeValue' => $position->updated_at->diffForHumans()])}}
|
||||||
</p>
|
</p>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user