Skip to content

Commit

Permalink
CST-1077: new version of school missing cohort screen
Browse files Browse the repository at this point in the history
  • Loading branch information
ltello committed Oct 27, 2022
1 parent 4198afe commit b1d5251
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<% content_for :title, "You need to setup #{@target_cohort_start_year}/#{@target_cohort_start_year + 1} cohort at your school to transfer #{add_participant_form.full_name.titleize} into it." %>
<% content_for :title, "You need to set up #{@target_cohort_start_year}/#{@target_cohort_start_year + 1} cohort at your school to transfer #{add_participant_form.full_name} into it." %>

<% content_for :before_content, govuk_back_link( text: "Back", href: back_link_path) %>

Expand All @@ -10,18 +10,13 @@
</h1>

<p class="govuk-body">
Before you can setup ECF-based training for <%= add_participant_form.full_name.titleize %>, you will need
to create the <%= @target_cohort_start_year %> to <%= @target_cohort_start_year + 1 %> year in your
dashboard. This is because <%= add_participant_form.full_name.titleize %> has already started training in a
Before you can register <%= add_participant_form.full_name %> for ECF-based training at your school,
you need to set up training for the <%= @target_cohort_start_year %> to <%= @target_cohort_start_year + 1 %> year.
This is because <%= add_participant_form.full_name %> has already started training at a
previous school so cannot be added to the <%= Cohort.current.start_year %> to <%= Cohort.current.start_year + 1 %>
year.
</p>

<p class="govuk-body">
You can then transfer <%= add_participant_form.full_name.titleize %>, into the
<%= @target_cohort_start_year %> to <%= @target_cohort_start_year + 1 %> year to continue training.
</p>

<div class="govuk-inset-text">
<p class="govuk-body">
The name, TRN and date of birth you have entered will not be saved. You will need to enter this information
Expand Down
6 changes: 3 additions & 3 deletions app/views/schools/choose_programme/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"https://www.gov.uk/government/publications/early-career-framework-reforms-overview/early-career-framework-reforms-overview",
target: :_blank,
rel: "noopener noreferrer",
class: "govuk-link govuk-link--no-visited-state" %>
no_visited_state: true %>
</p>
<p class="govuk-body">You can also contact your
<% unless @school.cip_only? %>
<%= govuk_link_to "local teaching school hub (opens in a new tab)",
"https://www.gov.uk/guidance/teaching-school-hubs#find-a-teaching-school-hub",
target: :_blank,
rel: "noopener noreferrer",
class: "govuk-link govuk-link--no-visited-state" %>
no_visited_state: true %>
or
<% end %>
<%= govuk_link_to "appropriate body (opens in new tab)",
"https://www.gov.uk/government/publications/appropriate-bodies-guidance-induction-and-the-early-career-framework",
target: :_blank,
rel: "noopener noreferrer",
class: "govuk-link govuk-link--no-visited-state" %>.
no_visited_state: true %>.
</p>
<% end %>

Expand Down

0 comments on commit b1d5251

Please sign in to comment.