From aafd3791765efb99a2c47393903ab2e08f867517 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 27 Oct 2022 10:07:03 +0100 Subject: [PATCH] feat: add sub org title --- app/views/organisation_relationships/housing_providers.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisation_relationships/housing_providers.html.erb b/app/views/organisation_relationships/housing_providers.html.erb index b88f26790..85281bde8 100644 --- a/app/views/organisation_relationships/housing_providers.html.erb +++ b/app/views/organisation_relationships/housing_providers.html.erb @@ -30,7 +30,7 @@ <% end %> <% else %> - <%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: nil } %> + <%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: current_user.organisation.name } %> <% if @total_count == 0 %>

Your organisation does not currently have any housing providers.

<% else %>