diff --git a/app/views/eligibility_interface/start/show.erb b/app/views/eligibility_interface/start/show.erb index db6591d4cf..fb1099b99a 100644 --- a/app/views/eligibility_interface/start/show.erb +++ b/app/views/eligibility_interface/start/show.erb @@ -13,9 +13,9 @@

How this service works

    -
  1. You need to check if you’re eligible to apply for QTS.
  2. -
  3. If you’re eligible, you’ll be able to make an application.
  4. -
  5. Once you submit your application, we’ll assess your qualifications and teaching experience to decide if we can award you with QTS.
  6. +
  7. You need to check if you’re eligible to apply for QTS.
  8. +
  9. If you’re eligible, you’ll be able to make an application.
  10. +
  11. Once you submit your application, we’ll assess your qualifications and teaching experience to decide if we can award you with QTS.

Decisions are based on whether you meet our assessment criteria.

@@ -29,29 +29,24 @@

You must have:

Depending on the country that you trained to teach in, you may be required to have:

If you trained in England or Wales, or have not yet qualified, learn more about <%= govuk_link_to "other routes to getting QTS", "https://www.gov.uk/government/publications/apply-for-qualified-teacher-status-qts-if-you-teach-outside-the-uk/routes-to-qualified-teacher-status-qts-for-teachers-and-those-with-teaching-experience-outside-the-uk#routes-to-qts" %>.

-<%= form_with url: eligibility_interface_start_path, method: :post do |f| %> - -<% end %> +<%= govuk_start_button(text: "Check you’re eligible", href: eligibility_interface_start_path, as_button: true) %> <% if FeatureFlags::FeatureFlag.active?(:teacher_applications) %>