Skip to content

Commit

Permalink
[RUBY-3081] Add transition from NI registration to business type form…
Browse files Browse the repository at this point in the history
… and update content on NI registration page
  • Loading branch information
jjromeo committed May 8, 2024
1 parent 095d7d3 commit db8d709
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.

This file was deleted.

Expand Up @@ -98,6 +98,8 @@ module CanUseNewRegistrationWorkflow

transitions from: :location_form, to: :business_type_form

transitions from: :register_in_northern_ireland_form, to: :business_type_form

# Business type
transitions from: :business_type_form, to: :your_tier_form,
if: :switch_to_lower_tier_based_on_business_type?,
Expand Down
Expand Up @@ -5,10 +5,16 @@
<%= form_for(@register_in_northern_ireland_form) do |f| %>
<legend class="govuk-visually-hidden"><%= t(".heading") %></legend>
<h1 class="govuk-heading-l"><%= t(".heading") %></h1>
<p class="govuk-body"><%= t(".paragraph_1") %></p>
<p class="govuk-body"><%= t(".paragraph_2") %> <a href="https://www.daera-ni.gov.uk/articles/registration-carriers-and-brokers"><%= t(".service_link") %></a>.</p>
<p class="govuk-body"><%= t(".paragraph_1_1") %>
<a href="https://www.daera-ni.gov.uk/articles/registration-carriers-and-brokers">
<%= t(".service_link") %>
</a>
&nbsp; <%= t(".paragraph_1_2") %>
</p>
<p class="govuk-body"><%= t(".paragraph_2") %> </p>
<p class="govuk-body"><%= t(".paragraph_3") %></p>
<%= f.govuk_submit t(".next_button") %>
<p class="govuk-body"><%= t(".contact_ea") %></p>
<% end %>
</div>
</div>
Expand Up @@ -4,9 +4,10 @@ en:
new:
title: Register where you carry, broker or deal waste
heading: Register where you carry, broker or deal waste
paragraph_1: You must register with the Northern Ireland Environment Agency (NIEA) if you carry, broker or deal waste in Northern Ireland (NI).
paragraph_1_1: You must
service_link: register with the Northern Ireland Environment Agency (NIEA)
paragraph_1_2: if you carry, broker or deal waste in Northern Ireland (NI).
paragraph_2: You must register with the Environment Agency (EA) if you also carry, broker or deal waste in England.
service_link: Register or renew as a waste carrier, broker or dealer (Northern Ireland)
paragraph_3: Select continue to register with the Environment Agency in England.
next_button: Continue
contact_ea: Contact the EA on 03708 506 506 if you have questions or need help to register.
Expand Down

0 comments on commit db8d709

Please sign in to comment.