##// END OF EJS Templates
added a condition on project -> members association so that only active users are considered as members...
added a condition on project -> members association so that only active users are considered as members git-svn-id: http://redmine.rubyforge.org/svn/trunk@116 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r92:2b0142580f9c
r113:718de6c7fd2c
Show More
add_query.rhtml
5 lines | 235 B | text/html+ruby | RhtmlLexer
<h2><%= l(:label_query_new) %></h2>
<%= start_form_tag :action => 'add_query', :id => @project %>
<%= render :partial => 'queries/form', :locals => {:query => @query} %>
<%= submit_tag l(:button_create) %>
<%= end_form_tag %>