File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
resources/views/fomanticui Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
@if ($paginator -> hasPages () )
2
- <div class =" ui fluid buttons" role =" navigation" >
2
+ <div class =" ui fluid wrapping spaced buttons" role =" navigation" >
3
3
{{-- Previous Page Link --}}
4
4
@if ($paginator -> onFirstPage () )
5
5
<div class =" ui basic button disabled" aria-disabled =" true" >
Original file line number Diff line number Diff line change 3
3
{{-- Previous Page Link --}}
4
4
<div class =" column" >
5
5
@if ($paginator -> onFirstPage () )
6
- <div class =" ui disabled left floated button" aria-disabled =" true" >
6
+ <div class =" ui disabled left floated basic button" aria-disabled =" true" >
7
7
{!! __ (' pagination.previous' ) ! !}
8
8
</div >
9
9
@else
10
- <a class =" ui left floated button"
10
+ <a class =" ui left floated basic button"
11
11
href =" {{ $paginator -> previousPageUrl () } }"
12
12
rel =" prev" >
13
13
{!! __ (' pagination.previous' ) ! !}
14
14
</a >
15
15
@endif
16
16
{{-- Next Page Link --}}
17
17
@if ($paginator -> hasMorePages () )
18
- <a class =" ui right floated button"
18
+ <a class =" ui right floated basic button"
19
19
href =" {{ $paginator -> nextPageUrl () } }"
20
20
rel =" next" >
21
21
{!! __ (' pagination.next' ) ! !}
22
22
</a >
23
23
@else
24
- <div class =" ui disabled right floated button" aria-disabled =" true" >
24
+ <div class =" ui disabled right floated basic button" aria-disabled =" true" >
25
25
{!! __ (' pagination.next' ) ! !}
26
26
</div >
27
27
@endif
You can’t perform that action at this time.
0 commit comments