##// END OF EJS Templates
removed menu.css and rails.css (content merged into application.css)...
removed menu.css and rails.css (content merged into application.css) git-svn-id: http://redmine.rubyforge.org/svn/trunk@111 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r92:2b0142580f9c
r108:676fe403abf2
Show More
add_query.rhtml
5 lines | 235 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
"queries" branch merged...
r92 <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 %>