##// END OF EJS Templates
Fixed: files with an apostrophe in their names can't be accessed in the repository...
Fixed: files with an apostrophe in their names can't be accessed in the repository git-svn-id: http://redmine.rubyforge.org/svn/trunk@522 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r330:027bf93849e8
r519:98d08439dce6
Show More
add_query.rhtml
5 lines | 219 B | text/html+ruby | RhtmlLexer
<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) %>
<% end %>