Skip to content

Commit

Permalink
Merge pull request #841 from DFE-Digital/update-links
Browse files Browse the repository at this point in the history
Update service links and start page in line with service changes
  • Loading branch information
EmmaFrith authored Jul 18, 2023
2 parents 1248438 + ef37620 commit 4f2c98f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/views/pages/_choose_an_npq_and_provider_content.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">Choose an NPQ and provider</h1>

<p class="govuk-body">Visit <a href="https://professional-development-for-teachers-leaders.education.gov.uk/">Professional development for teachers and leaders</a> to explore NPQs and providers.</p>
<p class="govuk-body"><a href="https://www.gov.uk/government/publications/national-professional-qualifications-npqs">Learn about NPQs</a>, including providers and funding.</p>

<p class="govuk-body">If you’re employed, speak to your manager for support. They may have a recommended provider for your training.</p>

Expand Down
5 changes: 1 addition & 4 deletions app/views/registration_wizard/confirmation.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
<%= govuk_link_to "Read more about #{localise_sentence_embedded_course_name(ehco_course)}", @form.ehco_more_information_url %>
</p>
<% end %>

<div class="govuk-inset-text">
<%= govuk_link_to "Tell us about your experience", "https://docs.google.com/forms/d/e/1FAIpQLScAD7XvFlHl8LzfSyxstYErWMiFPXGamrA_qBhBJTGXuP9efw/viewform?usp=sf_link", target: "_blank", rel: "noreferrer noopener" %> of registering for an NPQ. Your views help us improve this service.
</div>

</div>
</div>
9 changes: 8 additions & 1 deletion app/views/registration_wizard/start.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
<div class="govuk-grid-column-two-thirds">
<h1 class="govuk-heading-xl">Register for a national professional qualification (NPQ)</h1>

<p class="govuk-body">Use this service to register for an NPQ or <%= localise_sentence_embedded_course_name(Course.ehco.first) %>.</p>
<p class="govuk-body">Use this service to:</p>

<ul class="govuk-list govuk-list--bullet">
<li>register for an NPQ or <%= localise_sentence_embedded_course_name(Course.ehco.first) %></li>
<li>view a previous registration</li>
</ul>

<p class="govuk-body">You also need to apply separately with your training provider. They’ll contact you once you’ve registered.</p>

Expand All @@ -27,5 +32,7 @@
button_text: "Start now"
)
%>


</div>
</div>

0 comments on commit 4f2c98f

Please sign in to comment.