##// END OF EJS Templates
Added subprojects issue count on project "Reports" page...
Added subprojects issue count on project "Reports" page git-svn-id: http://redmine.rubyforge.org/svn/trunk@410 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r330:027bf93849e8
r407:52ced19e2e58
Show More
add_query.rhtml
5 lines | 219 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 <h2><%= l(:label_query_new) %></h2>
<% form_tag({:action => 'add_query', :id => @project}) do %>
<%= 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 %>