summaryrefslogtreecommitdiff
path: root/lib/chef_server/views/search/_search_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef_server/views/search/_search_form.html.haml')
-rw-r--r--lib/chef_server/views/search/_search_form.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/chef_server/views/search/_search_form.html.haml b/lib/chef_server/views/search/_search_form.html.haml
deleted file mode 100644
index 99303e1714..0000000000
--- a/lib/chef_server/views/search/_search_form.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-%form{ :method => "get", :action => url(:search, { :id => index_name }) }
- Q:
- %input{ :type => "text", :name => "q" }
- A:
- %input{ :type => "text", :name => "a" }
- %input{ :type => "submit", :value => "Search #{index_name}" }