suitepro/app/views/queries/edit.html.erb
2018-02-02 22:19:29 +01:00

6 lines
222 B
Text

<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 %>