Skip to content

Commit

Permalink
Update induction period closure text
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyaNahar2 committed Jan 17, 2025
1 parent 878b277 commit ca05a3c
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions app/views/appropriate_bodies/teachers/_outcome_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,23 @@
<%=
f.govuk_date_field :finished_on,
legend: {
text: "Enter the date #{Teachers::Name.new(@teacher).full_name} moved from #{@appropriate_body.name}"
text: "When did they move from #{@appropriate_body.name}?"
}
%>

<%=
f.govuk_number_field :number_of_terms,
f.govuk_number_field(:number_of_terms,
width: 4,
label: {
size: 'm',
text: "How many terms of induction did #{Teachers::Name.new(@teacher).full_name} spend with you?",
text: "How many terms of induction did they spend with you?"
},
hint: { text: "Enter partial terms of induction as a decimal number. For example, one term and a half should be given as 1.5 terms." }
hint: { text: "You can use up to one decimal place if the induction term is not a whole number. For example, for 2 and a half terms enter 2.5." }) do
%>

<p class="govuk-body">You’ll need to consider:</p>
<ul class="govuk-list govuk-list--bullet">
<li>the amount of induction time they’ve completed so far</li>
<li>their full-time equivalent (FTE) working patterns and any long periods of absence</li>
<li>if they have sufficient time in their current post which can count towards their induction</li>
</ul>
<% end %>

0 comments on commit ca05a3c

Please sign in to comment.