|
|
@ -1,5 +1,5 @@ |
|
|
|
<% title = current_user.support? ? "#{@organisation.name} (Organisation details)" : "Organisation details" %> |
|
|
|
<% title = current_user.support? ? "#{@organisation.name} (Organisation details)" : "Organisation details" %> |
|
|
|
<% title = format_title(nil, current_user.support? ? "Organisation details" : "About your organisation", current_user, nil, nil, @organisation.name) %> |
|
|
|
<% title = format_title(nil, current_user.support? ? "About this organisation" : "About your organisation", current_user, nil, nil, @organisation.name) %> |
|
|
|
<% content_for :title, title %> |
|
|
|
<% content_for :title, title %> |
|
|
|
|
|
|
|
|
|
|
|
<h1 class="govuk-heading-l"> |
|
|
|
<h1 class="govuk-heading-l"> |
|
|
|