From 1616ae65311cf4cece6961fa3dead3f5cdaf5ae7 Mon Sep 17 00:00:00 2001 From: Ted-U <92022120+Ted-U@users.noreply.github.com> Date: Fri, 12 Aug 2022 16:29:52 +0100 Subject: [PATCH] Update new.html.erb --- app/views/schemes/new.html.erb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/schemes/new.html.erb b/app/views/schemes/new.html.erb index 26520fa09..ff4f4d3a9 100644 --- a/app/views/schemes/new.html.erb +++ b/app/views/schemes/new.html.erb @@ -3,14 +3,14 @@
<%= f.govuk_error_summary %> -<% content_for :title, "Create a new supported housing scheme" %> + <% content_for :title, "Create a new supported housing scheme" %> -<% content_for :before_content do %> - <%= govuk_back_link( - text: "Back", - href: "javascript:history.go(-1);", - ) %> -<% end %> + <% content_for :before_content do %> + <%= govuk_back_link( + text: "Back", + href: "javascript:history.go(-1);", + ) %> + <% end %>

<%= content_for(:title) %>