diff --git a/app/views/organisation_relationships/housing_providers.html.erb b/app/views/organisation_relationships/housing_providers.html.erb index e03d7ba01..9ff96e68d 100644 --- a/app/views/organisation_relationships/housing_providers.html.erb +++ b/app/views/organisation_relationships/housing_providers.html.erb @@ -7,8 +7,8 @@ success: true, title_heading_level: 3, title_id: "swanky-notifications" ) do |notification_banner| - notification_banner.heading(text: "#{Organisation.find(params['related_organisation_id']).name} is now one of your housing providers") - end %> + notification_banner.heading(text: "#{Organisation.find(params['related_organisation_id']).name} is now one of your housing providers") + end %> <% end %> <% end %> <% if current_user.support? %> @@ -21,8 +21,8 @@ success: true, title_heading_level: 3, title_id: "swanky-notifications" ) do |notification_banner| - notification_banner.heading(text: "#{Organisation.find(params['related_organisation_id']).name} is now one of this organisation's housing providers") - end %> + notification_banner.heading(text: "#{Organisation.find(params['related_organisation_id']).name} is now one of this organisation's housing providers") + end %> <% end %>
This organisation can submit logs for its housing providers.
<% if @total_count == 0 %>