diff --git a/app/views/organisation_relationships/housing_providers.html.erb b/app/views/organisation_relationships/housing_providers.html.erb index 6ac62ea7e..c52207029 100644 --- a/app/views/organisation_relationships/housing_providers.html.erb +++ b/app/views/organisation_relationships/housing_providers.html.erb @@ -24,9 +24,15 @@ end %> <% end %>

This organisation can submit logs for its housing providers.

+ <% if @total_count == 0 %> +

This organisation does not currently have any housing providers.

+ <% end %> <% else %> <%= render partial: "organisations/headings", locals: { main: "Your housing providers", sub: current_user.organisation.name } %>

Your organisation can submit logs for its housing providers.

+ <% if @total_count == 0 %> +

You do not currently have any housing providers.

+ <% end %> <% end %>