

Nextrek
@ HEAD
Nextrek / Aiba_backup / vendor / laravel / framework / src / Illuminate / Pagination / views / slider.php
1 2 3 4 5 6 7 8 9 10 11 |
<?php $presenter = new Illuminate\Pagination\BootstrapPresenter($paginator); ?> <?php if ($paginator->getLastPage() > 1): ?> <div class="pagination"> <ul> <?php echo $presenter->render(); ?> </ul> </div> <?php endif; ?> |
Commits for Nextrek/Aiba_backup/vendor/laravel/framework/src/Illuminate/Pagination/views/slider.php
Revision | Author | Commited | Message |
---|---|---|---|
1464 |
![]() |
Tue 13 Oct, 2020 11:16:56 +0000 |