diff --git a/app/views/organisation_relationships/housing_providers.html.erb b/app/views/organisation_relationships/housing_providers.html.erb index 7f52f5af7..5df96d2d6 100644 --- a/app/views/organisation_relationships/housing_providers.html.erb +++ b/app/views/organisation_relationships/housing_providers.html.erb @@ -3,9 +3,7 @@ <% content_for :title, title %> <% if current_user.support? %> <%= render partial: "organisations/headings", locals: { main: @organisation.name, sub: nil } %> - <%= render SubNavigationComponent.new( - items: secondary_items(request.path, @organisation.id), - ) %> + <%= render SubNavigationComponent.new(items: secondary_items(request.path, @organisation.id)) %>
This organisation can submit logs for its housing providers.
<% else %> @@ -14,7 +12,6 @@Your organisation can submit logs for its housing providers.
<% end %> - <% if @total_count == 0 %>This organisation does not currently have any housing providers.
<% end %>