Skip to content

Commit

Permalink
Refactored pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
24aitor committed Sep 17, 2017
1 parent 6385dbb commit 1392172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/routes.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</tbody>
</table>
</div>
@include('laralum::layouts.pagination', ['paginator' => $routes])
{{ $routes->links('laralum::layouts.pagination') }}
</div>
</div>
</div>
Expand Down

0 comments on commit 1392172

Please sign in to comment.