|
|
|
@ -3,7 +3,13 @@
|
|
|
|
|
|
|
|
|
|
<% content_for :title, title %> |
|
|
|
|
|
|
|
|
|
<%= render partial: "organisations/headings", locals: current_user.support? ? { main: "Supported housing services", sub: nil } : { main: "Supported housing services", sub: current_user.organisation.name } %> |
|
|
|
|
<%= render partial: "organisations/headings", locals: current_user.support? ? { main: @organisation.name, sub: nil } : { main: "Supported housing services", sub: current_user.organisation.name } %> |
|
|
|
|
|
|
|
|
|
<% if current_user.support? %> |
|
|
|
|
<%= render SubNavigationComponent.new( |
|
|
|
|
items: secondary_items(request.path, @organisation.id), |
|
|
|
|
) %> |
|
|
|
|
<% end %> |
|
|
|
|
|
|
|
|
|
<h2 class="govuk-visually-hidden">Supported housing services</h2> |
|
|
|
|
|
|
|
|
|