Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8129 list attachments on info request admin page #8130

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update show.html.erb
Adds help block, and uses existing partial
HelenWDTK authored Feb 13, 2024
commit d055d6bbd0c816e7c9bf384d35f6cb720f90657b
7 changes: 6 additions & 1 deletion app/views/admin_request/show.html.erb
Original file line number Diff line number Diff line change
@@ -373,8 +373,13 @@
<hr>

<h2> Attachments </h2>
HelenWDTK marked this conversation as resolved.
Show resolved Hide resolved
<%= render partial: 'admin_request/some_attachments' %>

<div class="span12 help-block">
<p>Excludes main body part attachments.</p>
</div>

<%= render partial: 'admin_incoming_message/foi_attachments',
locals: { foi_attachments: @info_request.foi_attachments.substantive } %>
<hr>

<h2>Annotations</h2>