##// END OF EJS Templates
Ajaxified issue filter reset link...
Jean-Philippe Lang -
r508:b9be1d126863
parent child
Show More
@@ -14,9 +14,12
14 14 :with => "Form.serialize('query_form')"
15 15 }, :class => 'icon icon-edit' %>
16 16
17 <%= link_to l(:button_clear), {:controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1}, :class => 'icon icon-del' %>
18 <% if authorize_for('projects', 'add_query') %>
17 <%= link_to_remote l(:button_clear),
18 { :url => {:controller => 'projects', :action => 'list_issues', :id => @project, :set_filter => 1},
19 :update => "content",
20 }, :class => 'icon icon-del' %>
19 21
22 <% if authorize_for('projects', 'add_query') %>
20 23 <%= link_to_remote l(:button_save),
21 24 { :url => { :controller => 'projects', :action => "add_query", :id => @project },
22 25 :method => 'get',
General Comments 0
You need to be logged in to leave comments. Login now