@@ -23,7 +23,7 | |||||
23 | :style => 'width: 200px', |
|
23 | :style => 'width: 200px', | |
24 | :disabled => (@report.criteria.length >= 3), |
|
24 | :disabled => (@report.criteria.length >= 3), | |
25 | :id => "criterias") %> |
|
25 | :id => "criterias") %> | |
26 | <%= 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> |
|
26 | <%= link_to l(:button_clear), {:params => request.query_parameters.merge(:criteria => nil)}, :class => 'icon icon-reload' %></p> | |
27 | <% end %> |
|
27 | <% end %> | |
28 |
|
28 | |||
29 | <% unless @report.criteria.empty? %> |
|
29 | <% unless @report.criteria.empty? %> |
General Comments 0
You need to be logged in to leave comments.
Login now