From 391ee7bbfb0370405e7717346e4480b71d51d5a1 Mon Sep 17 00:00:00 2001 From: JG Date: Thu, 26 May 2022 16:47:18 +0100 Subject: [PATCH] lint --- app/views/case_logs/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/case_logs/index.html.erb b/app/views/case_logs/index.html.erb index 1288fcc37..bc7ff67d8 100644 --- a/app/views/case_logs/index.html.erb +++ b/app/views/case_logs/index.html.erb @@ -1,7 +1,7 @@ <% item_label = @pagy.count > 1 ? "logs" : "log" %> <% if @searched.present? %> - <% title = "Logs (search results for ‘#{@searched}’#{ true ? ", page #{@pagy.from} of #{@pagy.last}" : ""}) - Submit social housing and sales data (CORE) - GOV.UK" %> + <% title = "Logs (search results for /'#{@searched}/'#{@pagy.count > 1 ? ", page #{@pagy.from} of #{@pagy.last}" : ""}) - Submit social housing and sales data (CORE) - GOV.UK" %> <% else %> <% title = "Logs - #{@pagy.count > 1 ? "(page #{@pagy.from} of #{@pagy.last})" : "" } Submit social housing and sales data (CORE) - GOV.UK" %> <% end %>