Skip to content

Commit

Permalink
Update admin batch request columns
Browse files Browse the repository at this point in the history
Add link back to the users batch page. Not currently present on this
page. This is done the same was as we handle requests.
  • Loading branch information
gbp committed Nov 10, 2023
1 parent 0a69155 commit 08fabbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/views/admin/info_request_batches/_admin_columns.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<table class="table table-striped table-condensed">
<tbody>
<tr>
<th>Batch page:</th>
<td><%= link_to info_request_batch_url(info_request_batch), info_request_batch_path(info_request_batch) %></td>
</tr>
<% info_request_batch.for_admin_column do |name, value| %>
<tr>
<td>
Expand Down

0 comments on commit 08fabbc

Please sign in to comment.