From 9277aa37185004eec347b6b244088e2b02fc9f6d Mon Sep 17 00:00:00 2001 From: JG Date: Fri, 10 Jun 2022 11:59:30 +0100 Subject: [PATCH] correct title for sup user schemes org --- app/views/organisations/schemes.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/organisations/schemes.html.erb b/app/views/organisations/schemes.html.erb index a727a8118..b28d9c306 100644 --- a/app/views/organisations/schemes.html.erb +++ b/app/views/organisations/schemes.html.erb @@ -1,5 +1,5 @@ <% item_label = format_label(@pagy.count, "scheme") %> -<% title = format_title(@searched, "Supported housing services", current_user, item_label, @pagy.count, nil) %> +<% title = format_title(@searched, "Supported housing services", current_user, item_label, @pagy.count, @organisation.name) %> <% content_for :title, title %>