(Fix) Column Sorting Pagination

This commit is contained in:
HDVinnie
2018-07-30 11:23:24 -04:00
parent d7d75ff8d5
commit aa549e7eba
3 changed files with 3 additions and 3 deletions

View File

@@ -86,7 +86,7 @@
</tbody>
</table>
<div class="text-center">
{{ $active->links() }}
{{ $active->appends(request()->except('page'))->render() }}
</div>
</div>
</div>

View File

@@ -89,7 +89,7 @@
</tbody>
</table>
<div class="text-center">
{{ $history->links() }}
{{ $history->appends(request()->except('page'))->render() }}
</div>
</div>
</div>

View File

@@ -86,7 +86,7 @@
</tbody>
</table>
<div class="text-center">
{{ $torrents->links() }}
{{ $torrents->appends(request()->except('page'))->render() }}
</div>
</div>
</div>