Skip to content

Commit

Permalink
Merge pull request #126 from mettle/bugfix/tag-pagination
Browse files Browse the repository at this point in the history
[Bugfix] Tag Pagination
  • Loading branch information
JonoB authored Apr 30, 2021
2 parents 325aeaf + 8c92cdd commit cbb3522
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/views/tags/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,7 @@
</table>
</div>
</div>

@include('sendportal::layouts.partials.pagination', ['records' => $tags])

@endsection

0 comments on commit cbb3522

Please sign in to comment.