diff --git a/app/helpers/navigation_items_helper.rb b/app/helpers/navigation_items_helper.rb index 8db369d59..3def5547f 100644 --- a/app/helpers/navigation_items_helper.rb +++ b/app/helpers/navigation_items_helper.rb @@ -101,7 +101,7 @@ private end def subnav_details_path?(path) - path.include?("/organisations") && path.include?("/details") + path.include?("/organisations") && (path.include?("/details") || path.include?("/merge")) end def stock_owners_path?(path) diff --git a/app/views/organisations/merge.html.erb b/app/views/organisations/merge.html.erb new file mode 100644 index 000000000..97ef5bcd0 --- /dev/null +++ b/app/views/organisations/merge.html.erb @@ -0,0 +1,55 @@ +<% title = "Tell us if your organisation is merging" %> +<% content_for :title, title %> + +<% if current_user.support? %> +
+ Use this service to tell us if your organisation is merging with one or more other organisation. You can also use it to tell us about past merges that have not yet been reported to CORE. +
+ ++ Users must have access to their old email address, so they can confirm their new one. +
+ +