From cbf2de98f1fe4a3c0eb4da5e51346fa53140a2fa Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 20 Oct 2022 12:07:52 +0100 Subject: [PATCH] refactor: erb linting --- .../organisation_relationships/housing_providers.html.erb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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)) %>

Housing Providers

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 %>