Skip to content

Commit 7917fa7

Browse files
committed
fix pagination
1 parent fc0c6bc commit 7917fa7

File tree

2 files changed

+1
-37
lines changed

2 files changed

+1
-37
lines changed

resources/views/logs/index.blade.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ class="table striped row-hover cell-border"
9898
@endforeach
9999
</tbody>
100100
</table>
101-
<!------------------------------------------>
102-
{!! $logs->links('pagination.metro') !!}
103-
<!------------------------------------------>
101+
{!! $logs->links('vendor.pagination.metro-5') !!}
104102
</div>
105103
</div>
106104
@endsection

resources/views/pagination/metro.blade.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)