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 !!}
|
||||
<p class="text-sm text-muted">
|
||||
{{__('Last updated @ :lastUpdatedTimeValue', [':lastUpdatedTimeValue' => $position->updated_at])}}
|
||||
{{__('Last updated :lastUpdatedTimeValue', ['lastUpdatedTimeValue' => $position->updated_at->diffForHumans()])}}
|
||||
</p>
|
||||
@endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user