Skip to content

Commit

Permalink
Update content on submitted page
Browse files Browse the repository at this point in the history
  • Loading branch information
gms-gs committed Apr 11, 2024
1 parent f4d5a44 commit 4359c0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/views/claims/schools/claims/confirm.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,17 @@
<h2 class="govuk-heading-m"><%= t(".what_happens_next") %></h2>
<p class="govuk-body"><%= t(".guidance") %></p>

<h2 class="govuk-heading-m"><%= t(".processing_your_claim") %></h2>
<h3 class="govuk-heading-m"><%= t(".processing_your_claim") %></h3>
<p class="govuk-body"><%= t(".processing_your_claim_guidance") %></p>

<p class="govuk-body">
<%= govuk_link_to t(".view_claims"), claims_school_claims_path(@school), no_visited_state: true %>
</p>

<h4 class="govuk-heading-m"><%= t(".give_us_feedback") %></h4>
<p class="govuk-body">
<%= t(".feedback_link_html", feedback_link: govuk_link_to(t(".what_do_you_think"), feedback_url, target: "_blank", rel: "noreferrer", class: "govuk-link--no-visited-state")) %>
</p>
<div>
<div>
</div>
3 changes: 3 additions & 0 deletions config/locales/en/claims/schools/claims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ en:
claim_submitted: Claim submitted
processing_your_claim: Processing your claim
processing_your_claim_guidance: We will process this claim at the end of July 2024 and all payments will be paid from September 2024.
give_us_feedback: Give us feedback
what_do_you_think: What do you think of this service?
feedback_link_html: "%{feedback_link} (takes 30 seconds)"
your_reference_number_id: Your reference number
what_happens_next: What happens next
view_claims: View claims
Expand Down

0 comments on commit 4359c0a

Please sign in to comment.