mirror of
https://github.com/BillyOutlast/UNIT3D.git
synced 2026-02-04 03:01:20 +01:00
Merge pull request #4573 from crKtv/master
(Fix) UserWarnings sort by torrent on user profile
This commit is contained in:
@@ -100,9 +100,9 @@
|
||||
@include('livewire.includes._sort-icon', ['field' => 'warned_by'])
|
||||
</th>
|
||||
@if ($warningTab !== 'manual')
|
||||
<th wire:click="sortBy('torrent_id')" role="columnheader button">
|
||||
<th wire:click="sortBy('torrent')" role="columnheader button">
|
||||
{{ __('torrent.torrent') }}
|
||||
@include('livewire.includes._sort-icon', ['field' => 'torrent_id'])
|
||||
@include('livewire.includes._sort-icon', ['field' => 'torrent'])
|
||||
</th>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user