Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update service links and start page in line with service changes #841

Merged
merged 2 commits into from
Jul 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -39,9 +39,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>
10 changes: 9 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,13 @@
<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>
<li>check or change your personal details</li>
EmmaFrith marked this conversation as resolved.
Show resolved Hide resolved
</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 +33,7 @@
button_text: "Start now"
)
%>


</div>
</div>
Loading