1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 09:21:12 +00:00
redmine/app/views/queries/edit.html.erb
Jean-Philippe Lang ff0a91d97d Use an handler instead of onsubmit attribute.
git-svn-id: http://svn.redmine.org/redmine/trunk@13616 e93f8b46-1217-0410-a6f0-8f06a7374b81
2014-11-18 21:53:25 +00:00

7 lines
201 B
Plaintext

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