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