|
|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
<% content_for :title, "Change #{sanitise_characters(@organisation.name)}’s details" %> |
|
|
|
|
<% content_for :title, "Change #{@organisation.name}’s details" %> |
|
|
|
|
|
|
|
|
|
<% content_for :before_content do %> |
|
|
|
|
<%= govuk_back_link(href: :back) %> |
|
|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
<div class="govuk-grid-row"> |
|
|
|
|
<div class="govuk-grid-column-two-thirds"> |
|
|
|
|
<h1 class="govuk-heading-l"> |
|
|
|
|
<%= "Change #{@organisation.name}’s details" %> |
|
|
|
|
<%= content_for(:title) %> |
|
|
|
|
</h1> |
|
|
|
|
|
|
|
|
|
<% if current_user.support? %> |
|
|
|
|
|