Skip to content

Commit

Permalink
Update app/views/appropriate_bodies/claim_an_ect/check_ect/edit.html.erb
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Yates <[email protected]>
  • Loading branch information
peterdavidhamilton and peteryates authored Jan 31, 2025
1 parent 0e95ead commit bbc0167
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
%>

<% unless claiming_body?(@teacher, @current_appropriate_body) %>
<div class="govuk-inset-text">
<%= govuk_inset_text do %>
You cannot register <%= pending_induction_submission_full_name(@pending_induction_submission) %>.
Our records show that <%= pending_induction_submission_full_name(@pending_induction_submission) %> is completing their induction with another appropriate body.
</div>
<% end %>
<% else %>
<% unless induction_status_from(teacher: @teacher, pending_induction_submission: @pending_induction_submission).completed? %>
<%= form_with(model: @pending_induction_submission, url: ab_claim_an_ect_check_path(@pending_induction_submission, method: 'patch')) do |f| %>
Expand Down

0 comments on commit bbc0167

Please sign in to comment.