##// END OF EJS Templates
Merged r16057 (#13622)....
Jean-Philippe Lang -
r15713:d6a06cbf775f
parent child
Show More
@@ -25,7 +25,7
25 :style => 'width: 200px',
25 :style => 'width: 200px',
26 :disabled => (@report.criteria.length >= 3),
26 :disabled => (@report.criteria.length >= 3),
27 :id => "criterias") %>
27 :id => "criterias") %>
28 <%= link_to l(:button_clear), {:project_id => @project, :issue_id => @issue, :period_type => params[:period_type], :period => params[:period], :from => @from, :to => @to, :columns => @report.columns}, :class => 'icon icon-reload' %></p>
28 <%= link_to l(:button_clear), {:params => request.query_parameters.merge(:criteria => nil)}, :class => 'icon icon-reload' %></p>
29 <% end %>
29 <% end %>
30
30
31 <% unless @report.criteria.empty? %>
31 <% unless @report.criteria.empty? %>
General Comments 0
You need to be logged in to leave comments. Login now