aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2013-06-24 15:40:10 -0700
committerLouise Crow <louise.crow@gmail.com>2013-06-25 10:21:49 -0700
commitf89e2c3d5cee5e3bf2bd2227254fa0edb09aeb53 (patch)
tree6ba17e389aba06f656b5181c2138f64532fd1aef
parent6565cba229dc3793828320041a2f933a3a8bac90 (diff)
Remove unused code. Let's re-add it when we need it.
-rw-r--r--app/views/general/search.html.erb12
1 files changed, 0 insertions, 12 deletions
diff --git a/app/views/general/search.html.erb b/app/views/general/search.html.erb
index 6234687f2..46b5ee074 100644
--- a/app/views/general/search.html.erb
+++ b/app/views/general/search.html.erb
@@ -63,18 +63,6 @@
<%= "|" unless variety == labels.last[0]%>
<% end %>
</div>
-
- <% if false %>
- <%-# Commented out for now as tags are of limited use when users can't see them. This will change in the future! -%>
- <% if @variety_postfix != "users" %>
- <div>
- <%= label_tag(:query, _("Tags (separated by a space):")) %><%= text_field_tag(:tags, params[:tags], { :size => 20 }) %>
- <% for tag in InfoRequest.get_tags %>
- <%= tag.name_and_value %>
- <% end %>
- </div>
- <% end %>
- <% end %>
</div>
<% if @variety_postfix == "requests" %>