Skip to content

Commit

Permalink
Made changes following product review
Browse files Browse the repository at this point in the history
  • Loading branch information
syed87 committed Oct 17, 2023
1 parent 7bdcf5c commit 7b6d7c0
Showing 1 changed file with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
<% content_for :page_title, "Check the further information you’re asking the applicant for" %>
<% content_for :back_link_url, edit_assessor_interface_application_form_assessment_path(@application_form, @assessment) %>

<h1 class="govuk-heading-xl">
Check the information you’re asking the applicant for
</h1>

<p class="govuk-body">This screen shows your reasons for requesting further information, along with your notes to the applicant.</p>
<p class="govuk-body">If you need to change your notes, you’ll need to go back to the relevant section.</p>

<h2 class="govuk-heading-l">Your further information request reasons and notes</h2>
<h1 class="govuk-heading-xl">Check the information you’re asking the applicant for</h1>

<% @further_information_request.items.group_by(&:failure_reason_key).each do |failure_reason_key, items| %>
<% if failure_reason_key == "school_details_cannot_be_verified" %>
<section class="app-further-information-request-item">
<h2 class="govuk-heading-s">Reason for request</h2>
<h2 class="govuk-heading-l">Reason for request</h2>
<% if items.size == 1 %>
<p class="govuk-body">We were unable to verify the details for <%= items.first.work_history.school_name %>.</p>
<% else %>
Expand All @@ -24,7 +17,7 @@
<% end %>
</ul>
<% end %>
<h2 class="govuk-heading-s">Note to applicant</h2>
<h2 class="govuk-heading-l">Note to applicant</h2>

<%= govuk_inset_text do %>
<%= simple_format items.first.failure_reason_assessor_feedback %>
Expand Down

0 comments on commit 7b6d7c0

Please sign in to comment.