Browse Source

rubocop

pull/1684/head
Jack S 3 years ago
parent
commit
fc31a809f7
  1. 2
      app/views/logs/_log_filters.html.erb

2
app/views/logs/_log_filters.html.erb

@ -6,7 +6,7 @@
<div class="app-filter__content"> <div class="app-filter__content">
<%= form_with html: { method: :get } do |f| %> <%= 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? %> <% if bulk_upload_options(@bulk_upload).present? %>
<%= render partial: "filters/checkbox_filter", <%= render partial: "filters/checkbox_filter",

Loading…
Cancel
Save