Browse Source

Don't display a second nav bar for support

CLDC-2055-which-organisations-are-merging
Kat 2 years ago
parent
commit
32ba2e1933
  1. 9
      app/views/organisations/merge.html.erb

9
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? %>
<h1 class="govuk-heading-l"><%= @organisation.name %></h1>
<% if current_user.support? %>
<%= render SubNavigationComponent.new(
items: secondary_items(request.path, @organisation.id),
) %>
<% end %>
<% end %>
<%= govuk_back_link href: organisation_path %>
<h2 class="govuk-heading-l">Tell us if your organisation is merging</h2>

Loading…
Cancel
Save