summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-09-09 11:46:33 +0200
committerhukl <contact@smyck.org>2009-09-09 11:46:33 +0200
commit83fe1b1abd7d7bb85679be3f1341e5c88db0ae83 (patch)
tree9a50959fde2c03bb56f12995760d3993a12187af /app/views
parent5ebbd60769ccfc97aace2bdb4251ffb09105ec19 (diff)
always hide the search widget
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/admin.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index 71d4566..5d8a25e 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -39,7 +39,7 @@
39 <div id="results"></div> 39 <div id="results"></div>
40 </div> 40 </div>
41 41
42 <div id="search_widget"> 42 <div id="search_widget" style="display: none;">
43 <div> 43 <div>
44 <% form_tag admin_search_path do %> 44 <% form_tag admin_search_path do %>
45 <span>Search: </span><%= text_field_tag :search_term %> 45 <span>Search: </span><%= text_field_tag :search_term %>