We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b2351 + 4aeec85 commit 28338c3Copy full SHA for 28338c3
app/views/assessor_interface/further_information_requests/edit.html.erb
@@ -32,7 +32,8 @@
32
<% end %>
33
34
<% if item[:applicant_upload_response] %>
35
- <%= document_link_to(item.fetch(:applicant_upload_response)) %>
+ <% applicant_upload_response = item.fetch(:applicant_upload_response) %>
36
+ <%= document_link_to(applicant_upload_response, translated: applicant_upload_response.translated_uploads.any?) %>
37
38
39
<h3 class="govuk-heading-s govuk-!-margin-bottom-2">Further information request</h3>
0 commit comments