Cleanup pagination CSS and UI
This commit is contained in:
parent
b07052548c
commit
4dfc7a0053
7 changed files with 11 additions and 75 deletions
|
@ -1,5 +1,5 @@
|
|||
@if ($paginator->lastPage() > 1)
|
||||
<ul class="pagination">
|
||||
<ul class="pagination pull-right no-margin">
|
||||
<!-- Previous Page Link -->
|
||||
@if ($paginator->onFirstPage())
|
||||
{{-- <li class="disabled"><span>«</span></li> --}}
|
||||
|
|
Reference in a new issue