Browse Source

Update new.html.erb

pull/832/head
Ted-U 3 years ago committed by GitHub
parent
commit
1616ae6531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      app/views/schemes/new.html.erb

6
app/views/schemes/new.html.erb

@ -3,14 +3,14 @@
<div class="govuk-grid-column-two-thirds">
<%= 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 %>
<% content_for :before_content do %>
<%= govuk_back_link(
text: "Back",
href: "javascript:history.go(-1);",
) %>
<% end %>
<% end %>
<h1 class="govuk-heading-l">
<%= content_for(:title) %>

Loading…
Cancel
Save