????

Your IP : 3.16.89.150


Current Path : C:/inetpub/vhost/redmine/app/views/queries/
Upload File :
Current File : C:/inetpub/vhost/redmine/app/views/queries/edit.html.erb

<h2><%= l(:label_query) %></h2>

<%= form_tag(query_path(@query), :method => :put, :id => "query-form") do %>
  <%= render :partial => 'form', :locals => {:query => @query} %>
  <%= submit_tag l(:button_save) %>
<% end %>