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 events holding message #4403

Merged
merged 2 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
16 changes: 9 additions & 7 deletions app/views/teaching_events/about_git_events.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -69,26 +69,28 @@
</section>
<% else %>
<section class="col col-720 col-space-m">
<p><strong>We do not have any Get Into Teaching events open for registration right now. We'll update this page with new Get Into Teaching events soon.</strong></p>
</section>

<section class="col col-720">
<p>In the meantime, take a look at <%= link_to("teacher training provider events", events_path({ teaching_events_search: { type: ["provider"] }}), class: "link--black") %> in your area or online.</p>
<p>Our spring events are coming soon to Newcastle, Norwich, Sheffield, Manchester, Nottingham, Birmingham, London, Bristol, and Brighton.</p>
<p>We'll update this page with more details in January.</p>
</section>

<section class="col col-720">
<h2 class="heading-m">Get event updates and advice in your inbox</h2>

<p>Get a better idea if teaching is right for you with regular information on:</p>
<p>Be the first to know about new events near you, and get a better idea if teaching is right for you with regular information on:</p>

<ul>
<li>what it's like to be a teacher</li>
<li>different ways to train</li>
<li>events near you</li>
</ul>

<p><%= link_to("Get event updates and advice in your inbox", mailing_list_steps_path, class: "link--black") %>.</p>
</section>

<section class="col col-720">
<h2 class="heading-m">Find events from teacher training providers</h2>
<p>You may also be interested in events organised by teacher training providers. Take a look at <%= link_to("teacher training provider events", events_path({ teaching_events_search: { type: ["provider"] }}), class: "link--black") %> in your area or online.</p>
</section>

<% end %>
</section>
</div>
Expand Down
2 changes: 1 addition & 1 deletion spec/requests/teaching_events_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
context "when there are no GiT events" do
let(:events) { [] }

it { is_expected.to include("We do not have any Get Into Teaching events open for registration right now.") }
it { is_expected.to include("Our spring events are coming soon to Newcastle, Norwich, Sheffield, Manchester, Nottingham, Birmingham, London, Bristol, and Brighton.") }
end
end

Expand Down
Loading