From fc31a809f7c09579a6b2eb73ed714beb1b0583a6 Mon Sep 17 00:00:00 2001 From: Jack S Date: Tue, 13 Jun 2023 10:25:08 +0100 Subject: [PATCH] rubocop --- app/views/logs/_log_filters.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/logs/_log_filters.html.erb b/app/views/logs/_log_filters.html.erb index 2b73ac874..d8235d350 100644 --- a/app/views/logs/_log_filters.html.erb +++ b/app/views/logs/_log_filters.html.erb @@ -6,7 +6,7 @@
<%= form_with html: { method: :get } do |f| %> - <% all_or_yours = { "all": { label: "All" }, "yours": { label: "Yours" }} %> + <% all_or_yours = { "all": { label: "All" }, "yours": { label: "Yours" } } %> <% if bulk_upload_options(@bulk_upload).present? %> <%= render partial: "filters/checkbox_filter",