mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Fix role expiration display
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
</div>
|
||||
<div class="flex items-center justify-between">
|
||||
<span class="text-xs text-gray-600 dark:text-gray-400">Time until activation:</span>
|
||||
<span class="text-sm font-semibold text-blue-600 dark:text-blue-400">{{ $pendingStartDate->diffForHumans() }}</span>
|
||||
<span class="text-sm font-semibold text-blue-600 dark:text-blue-400">{{ $pendingStartDate->diffForHumans(['parts' => 2]) }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
</span>
|
||||
<span class="text-xs text-gray-500 dark:text-gray-400 flex items-center">
|
||||
<i class="fa fa-clock mr-1"></i>{{ $expiryDate->format('g:i A') }}
|
||||
<span class="ml-2 italic">({{ $expiryDate->diffForHumans() }})</span>
|
||||
<span class="ml-2 italic">({{ $expiryDate->diffForHumans(['parts' => 2]) }})</span>
|
||||
</span>
|
||||
</div>
|
||||
@else
|
||||
|
||||
Reference in New Issue
Block a user