From b4bb668b7d29c090c84386d54cc708ae93e98b09 Mon Sep 17 00:00:00 2001 From: Shujat Khalid Date: Wed, 18 Oct 2023 09:58:01 +0100 Subject: [PATCH] Adjusted heading sizes --- .../further_information_requests/preview.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/assessor_interface/further_information_requests/preview.html.erb b/app/views/assessor_interface/further_information_requests/preview.html.erb index dd3032cb9b..c12fbf359f 100644 --- a/app/views/assessor_interface/further_information_requests/preview.html.erb +++ b/app/views/assessor_interface/further_information_requests/preview.html.erb @@ -6,7 +6,7 @@ <% @further_information_request.items.group_by(&:failure_reason_key).each do |failure_reason_key, items| %> <% if failure_reason_key == "school_details_cannot_be_verified" %>
-

Reason for request

+

Reason for request

<% if items.size == 1 %>

We were unable to verify the details for <%= items.first.work_history.school_name %>.

<% else %> @@ -17,7 +17,7 @@ <% end %> <% end %> -

Note to applicant

+

Note to applicant

<%= govuk_inset_text do %> <%= simple_format items.first.failure_reason_assessor_feedback %> @@ -28,7 +28,7 @@

<%= t(item.failure_reason_key, scope: %i[assessor_interface assessment_sections failure_reasons as_statement]) %>

-

Note to applicant

+

Note to applicant

<%= govuk_inset_text do %> <%= simple_format item.failure_reason_assessor_feedback %>