summaryrefslogtreecommitdiffstats
path: root/app/views/queries/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/queries/edit.html.erb')
-rw-r--r--app/views/queries/edit.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/queries/edit.html.erb b/app/views/queries/edit.html.erb
index 610ae01c3..a1534f82d 100644
--- a/app/views/queries/edit.html.erb
+++ b/app/views/queries/edit.html.erb
@@ -1,6 +1,6 @@
<h2><%= l(:label_query) %></h2>
-<% form_tag(query_path(@query), :onsubmit => 'selectAllOptions("selected_columns");', :method => :put) do %>
+<%= form_tag(query_path(@query), :onsubmit => 'selectAllOptions("selected_columns");', :method => :put) do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>