Skip to content

Commit

Permalink
Merge pull request #1850 from DFE-Digital/send-for-review-content
Browse files Browse the repository at this point in the history
Change title of send for review page
  • Loading branch information
thomasleese authored Dec 8, 2023
2 parents eebb4f8 + 09150e2 commit 49ce85d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<% content_for :page_title, "#{"Error: " if @form.errors.any?}Record LoPS response" %>
<% content_for :page_title, "#{"Error: " if @form.errors.any?}Send for review" %>
<% content_for :back_link_url, assessor_interface_application_form_path(@application_form) %>

<%= form_with model: @form, url: [:verify_failed, :assessor_interface, @application_form, @assessment, :professional_standing_request] do |f| %>
<%= f.govuk_error_summary %>

<h1 class="govuk-heading-xl">Record LoPS response</h1>
<h1 class="govuk-heading-xl">Send for review</h1>

<p class="govuk-body">You have opted to send this LoPS for review.</p>

Expand Down

0 comments on commit 49ce85d

Please sign in to comment.