|
|
@ -2,14 +2,7 @@ |
|
|
|
<% title = format_title(nil, current_user.support? ? "About this organisation" : "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"> |
|
|
|
<%= render partial: "organisations/headings", locals: current_user.support? ? { main: @organisation.name, sub: nil } : { main: "About your organisation", sub: current_user.organisation.name } %> |
|
|
|
<% if !current_user.support? %> |
|
|
|
|
|
|
|
<span class="govuk-caption-l"><%= current_user.organisation.name %></span> |
|
|
|
|
|
|
|
About your organisation |
|
|
|
|
|
|
|
<% else %> |
|
|
|
|
|
|
|
<%= @organisation.name %> |
|
|
|
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
</h1> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<% if current_user.support? %> |
|
|
|
<% if current_user.support? %> |
|
|
|
<%= render SubNavigationComponent.new( |
|
|
|
<%= render SubNavigationComponent.new( |
|
|
|