Skip to content

Commit

Permalink
Update mailing list content
Browse files Browse the repository at this point in the history
  • Loading branch information
emmaachesongray committed Dec 10, 2024
1 parent c4c7179 commit 98432db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 17 deletions.
19 changes: 3 additions & 16 deletions app/views/mailing_list/steps/_name.html.erb
Original file line number Diff line number Diff line change
@@ -1,27 +1,14 @@
<h1>Get personalised guidance on teacher training in your inbox</h1>
<h1>Free personalised teacher training guidance</h1>

<p>
If you're interested in training to teach in primary, secondary and special schools in England, get everything you need to know to start a career in teaching.
Discover everything you need to know to start a teaching career in England, sent straight to your inbox. Personalised to you, we'll send you the latest information as well as advice and support.
</p>

<p>
Find out how to get:
</p>

<ul>
<li> a taste of life in the classroom</li>
<li> funding to train</li>
<li> one-to-one support</li>
<li> advice from trainees or recently qualified teachers</li>
</ul>

<%= f.govuk_text_field :first_name, width: 'two-thirds', autocomplete: "given-name" %>
<%= f.govuk_text_field :last_name, width: 'two-thirds', autocomplete: "family-name" %>
<%= f.govuk_email_field :email, width: 'two-thirds', autocomplete: "email" %>
<%= f.hidden_field :channel_id, value: params[:channel] || f.object.channel_id %>
<%= f.hidden_field :sub_channel_id, value: params[:sub_channel] || f.object.sub_channel_id %>
<%= f.hidden_field :accepted_policy_id, value: f.object.latest_privacy_policy.id %>

<p>Your details are protected under the terms of our <%= link_to("privacy notice (opens in new tab)", privacy_policy_path(id: f.object.latest_privacy_policy.id), { target: :blank }) %>.</p>

<p>Our privacy notice explains how we use your personal data. It's important you read this before signing up to receive emails.</p>
<p>Your details are protected under the terms of our <%= link_to("privacy notice (opens in new tab)", privacy_policy_path(id: f.object.latest_privacy_policy.id), { target: :blank }) %>. Our privacy notice explains how we use your personal data. It's important you read this before signing up to receive emails.</p>
2 changes: 1 addition & 1 deletion spec/features/mailing_list_wizard_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

expect(page).to have_title(mailing_list_page_title)

expect(page).to have_text "Get personalised guidance on teacher training in your inbox"
expect(page).to have_text "Free personalised teacher training guidance"
fill_in_name_step
click_on "Next step"

Expand Down

0 comments on commit 98432db

Please sign in to comment.