##// END OF EJS Templates
issue list: added 'Priority' column, removed 'Created on' column...
issue list: added 'Priority' column, removed 'Created on' column git-svn-id: http://redmine.rubyforge.org/svn/trunk@211 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r181:845460b16525
r208:aa91ca0a8d0e
Show More
add_query.rhtml
5 lines | 224 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
"queries" branch merged...
r92 <h2><%= l(:label_query_new) %></h2>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% form_tag({:action => 'add_query', :id => @project}) do %>
Jean-Philippe Lang
"queries" branch merged...
r92 <%= render :partial => 'queries/form', :locals => {:query => @query} %>
<%= submit_tag l(:button_create) %>
Jean-Philippe Lang
deprecated start_form_tag replaced by form_tag...
r181 <% end %>