From 90f403514832c5eb528e376c5b1621195f97994c Mon Sep 17 00:00:00 2001 From: JG Date: Mon, 30 May 2022 08:22:37 +0100 Subject: [PATCH] removing extra space in the view - unneccesary --- app/views/organisations/logs.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/organisations/logs.html.erb b/app/views/organisations/logs.html.erb index 73c2e5e1c..a5e62dbf8 100644 --- a/app/views/organisations/logs.html.erb +++ b/app/views/organisations/logs.html.erb @@ -1,5 +1,4 @@ <% item_label = @pagy.count > 1 ? "logs" : "log" %> - <% if @searched.present? %> <% title = "Your organisation (#{@pagy.count} #{item_label} matching ‘#{@searched}’ of #{@total_count} total logs)" %> <% else %>