@@ -14,7 +14,8 | |||
|
14 | 14 | }, :class => 'icon icon-checked' %> |
|
15 | 15 | |
|
16 | 16 | <%= link_to_remote l(:button_clear), |
|
17 |
{ :url => { :set_filter => 1 }, |
|
|
17 | { :url => { :set_filter => 1, :project_id => (@project.nil? ? nil : @project.id) }, | |
|
18 | :method => :get, | |
|
18 | 19 | :update => "content", |
|
19 | 20 | }, :class => 'icon icon-reload' %> |
|
20 | 21 |
General Comments 0
You need to be logged in to leave comments.
Login now