|
|
@ -5,6 +5,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
<%= 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: "Supported housing services", sub: nil } : { main: "Supported housing services", sub: current_user.organisation.name } %> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 class="govuk-visually-hidden">Supported housing services</h2> |
|
|
|
|
|
|
|
|
|
|
|
<%= render SearchComponent.new(current_user:, search_label: "Search by service name or code", value: @searched) %> |
|
|
|
<%= render SearchComponent.new(current_user:, search_label: "Search by service name or code", value: @searched) %> |
|
|
|
|
|
|
|
|
|
|
|
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--m"> |
|
|
|
<hr class="govuk-section-break govuk-section-break--visible govuk-section-break--m"> |
|
|
|