Skip to content

Commit

Permalink
Add pagination to user index page
Browse files Browse the repository at this point in the history
  • Loading branch information
ekumachidi committed Mar 15, 2024
1 parent 7c165f1 commit 351665f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/schools/users/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
<% if @users.any? %>
<div class="pagination-info higher">
<div class="pagination-slice">
<%= page_entries_info @users %>
</div>
<%= paginate @users %>
</div>
<table id="invited-users" class="govuk-table">
<thead class="govuk-table__head">
Expand All @@ -48,6 +50,7 @@
</tbody>
</table>
<div class="pagination-info lower">
<%= paginate @users %>
</div>
<% else %>
<p>
Expand Down

0 comments on commit 351665f

Please sign in to comment.