From 32ba2e19337e8e3ead7b1bc862d6158daa6a2b53 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 5 Apr 2023 15:57:06 +0100 Subject: [PATCH] Don't display a second nav bar for support --- app/views/organisations/merge.html.erb | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/views/organisations/merge.html.erb b/app/views/organisations/merge.html.erb index 97ef5bcd0..9d324ced0 100644 --- a/app/views/organisations/merge.html.erb +++ b/app/views/organisations/merge.html.erb @@ -1,15 +1,6 @@ <% title = "Tell us if your organisation is merging" %> <% content_for :title, title %> -<% if current_user.support? %> -

<%= @organisation.name %>

- <% if current_user.support? %> - <%= render SubNavigationComponent.new( - items: secondary_items(request.path, @organisation.id), - ) %> - <% end %> -<% end %> - <%= govuk_back_link href: organisation_path %>

Tell us if your organisation is merging