From 21eafac30484c3c45b9512c0d4c7b2797323feb5 Mon Sep 17 00:00:00 2001 From: Michal Migurski Date: Sat, 27 Feb 2021 08:13:10 -0800 Subject: [PATCH] Fix erblint complaints --- app/views/traces/index.html.erb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/traces/index.html.erb b/app/views/traces/index.html.erb index 612a47e80..f0822266d 100644 --- a/app/views/traces/index.html.erb +++ b/app/views/traces/index.html.erb @@ -4,7 +4,7 @@

<%= t(".description") %> <% if params[:tag] %> - <%= link_to t(".remove_tag_filter", :tag => params[:tag]), {:controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil}, {:class => "border-left ml-2 pl-2"} %> + <%= link_to t(".remove_tag_filter", :tag => params[:tag]), { :controller => "traces", :action => "index", :display_name => nil, :tag => nil, :page => nil }, { :class => "border-left ml-2 pl-2" } %> <% end %>