mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
FIx issue with adddate in template
This commit is contained in:
@@ -182,10 +182,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@if(!empty($result->adddate))
|
||||
<div class="flex items-center text-gray-500 text-sm mb-3">
|
||||
<i class="fa fa-clock-o mr-2"></i>
|
||||
<span>Added {{ userDateDiffForHumans($result->adddate) }}</span>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="flex flex-wrap gap-2 text-xs mb-3">
|
||||
@if(!empty($result->group_name))
|
||||
|
||||
Reference in New Issue
Block a user