Cleanup pagination CSS and UI
This commit is contained in:
parent
b07052548c
commit
4dfc7a0053
7 changed files with 11 additions and 75 deletions
|
@ -72,9 +72,11 @@
|
|||
@endforeach
|
||||
</table>
|
||||
</div>
|
||||
<div class="box-footer text-center">
|
||||
{{ $node->allocations->render() }}
|
||||
</div>
|
||||
@if($node->allocations->hasPages())
|
||||
<div class="box-footer text-center">
|
||||
{{ $node->allocations->render() }}
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
|
|
Reference in a new issue