##// END OF EJS Templates
Fixed: <<me>> doesn't appear in the drop down filters on a project issue list....
Fixed: <<me>> doesn't appear in the drop down filters on a project issue list. git-svn-id: http://redmine.rubyforge.org/svn/trunk@885 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r773:514cdacc87e6
r872:040cfa6ae249
Show More
new.rhtml
6 lines | 278 B | text/html+ruby | RhtmlLexer
<h2><%= l(:label_query_new) %></h2>
<% form_tag({:action => 'new', :project_id => @query.project}, :onsubmit => 'selectAllOptions("selected_columns");') do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>