##// END OF EJS Templates
Restores the "New issue" tab in the project menu and makes it optional (#6204)....
Restores the "New issue" tab in the project menu and makes it optional (#6204). git-svn-id: http://svn.redmine.org/redmine/trunk@15407 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14879:06dec37f499a
r15025:4019ba76ab30
Show More
edit.html.erb
6 lines | 222 B | text/plain | TextLexer
Jean-Philippe Lang
"queries" branch merged...
r92 <h2><%= l(:label_query) %></h2>
Jean-Philippe Lang
Add id to query create and edit form to ease theme (#22277)....
r14879 <%= form_tag(query_path(@query), :method => :put, :id => "query-form") do %>
Jean-Philippe Lang
"queries" branch merged...
r92 <%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
Jean-Philippe Lang
Added per user custom queries....
r563 <% end %>