From d3360eea6e9b711c8f3026e9ebcde754b3103300 Mon Sep 17 00:00:00 2001 From: Kat Date: Fri, 14 Apr 2023 15:06:05 +0100 Subject: [PATCH] Fix spacing --- app/views/organisations/merge.html.erb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 %>

Tell us if your organisation is merging