Skip to content

Commit

Permalink
add pagination to top of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
JackBlackLight committed May 22, 2024
1 parent ed6a235 commit e7d717a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/admin/agreements/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<%= link_to('Download CSV File', '/admin/agreements.csv') %>
</p>

<div class="pagination"> <%= will_paginate @posts %></div>
<table class="table">
<thead>
<tr>
Expand Down
1 change: 1 addition & 0 deletions app/views/admin/deposits/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<h2>Self-Deposits</h2>
<div class="pagination"> <%= will_paginate @posts %></div>
<table class="table">
<thead>
<tr>
Expand Down

0 comments on commit e7d717a

Please sign in to comment.