Skip to content

Commit

Permalink
Remove additional copy (#415)
Browse files Browse the repository at this point in the history
Removes the additionaly copy from the ineligible_salaried_course page
  • Loading branch information
rjlynch authored May 3, 2024
1 parent 80104c8 commit 2c8d651
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
9 changes: 1 addition & 8 deletions app/views/pages/ineligible_salaried_course.html.erb
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<%= render layout: 'pages/shared/body' do %>
<p class="govuk-body">
If you are enrolled on a fee-paying teacher training course, and meet the eligibility requirements for trainees,
you do not need to apply to receive the international
payment. <%= govuk_link_to "Get an international relocation payment: criteria for trainee teachers", "https://getintoteaching.education.gov.uk/non-uk-teachers/fees-and-funding-for-non-uk-trainees#get-an-international-relocation-payment-irp-worth-10000", { target: "_blank" } %>
gives more information.
</p>
<% end %>
<%= render partial: 'pages/shared/body' %>

<%= render partial: 'pages/shared/footer' %>
1 change: 0 additions & 1 deletion app/views/pages/shared/_body.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
We’re sorry, but you are not currently eligible
for the international relocation payment
</h1>
<%= yield if block_given?%>
</div>
</div>
1 change: 0 additions & 1 deletion spec/features/trainee_route_completing_the_form_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
and_i_complete_the_trainee_employment_conditions(choose: "No")

expect(page).to have_text("We’re sorry")
.and have_text("If you are enrolled on a fee-paying teacher training course")
end
end
end
Expand Down

0 comments on commit 2c8d651

Please sign in to comment.