diff --git a/app/views/organisations/merge.html.erb b/app/views/organisations/merge.html.erb index 9d324ced0..9e4710c43 100644 --- a/app/views/organisations/merge.html.erb +++ b/app/views/organisations/merge.html.erb @@ -1,7 +1,9 @@ -<% title = "Tell us if your organisation is merging" %> -<% content_for :title, title %> +<% content_for :before_content do %> + <% title = "Tell us if your organisation is merging" %> + <% content_for :title, title %> -<%= govuk_back_link href: organisation_path %> + <%= govuk_back_link href: organisation_path %> +<% end %>