mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
fix: torrent icons freeleech percentage spacing
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
__('torrent.freeleech-token') => $torrent->freeleech_tokens_exists,
|
||||
__('torrent.special-freeleech') => auth()->user()->group->is_freeleech,
|
||||
__('torrent.global-freeleech') => config('other.freeleech'),
|
||||
__('torrent.featured') . ' - 100%' . __('torrent.freeleech') => $torrent->featured,
|
||||
__('torrent.featured') . ' - 100% ' . __('torrent.freeleech') => $torrent->featured,
|
||||
$torrent->free . '% ' . __('common.free') . ($torrent->fl_until !== null ? ' (expires ' . $torrent->fl_until->diffForHumans() . ')' : '') => $torrent->free > 0,
|
||||
],
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user