summaryrefslogtreecommitdiffstats
path: root/app/views/queries/edit.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/queries/edit.rhtml')
-rw-r--r--app/views/queries/edit.rhtml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/queries/edit.rhtml b/app/views/queries/edit.rhtml
new file mode 100644
index 000000000..71f146f1b
--- /dev/null
+++ b/app/views/queries/edit.rhtml
@@ -0,0 +1,6 @@
+<h2><%= l(:label_query) %></h2>
+
+<%= start_form_tag :action => 'edit', :id => @query %>
+ <%= render :partial => 'form', :locals => {:query => @query} %>
+ <%= submit_tag l(:button_save) %>
+<%= end_form_tag %> \ No newline at end of file