diff options
author | Louise Crow <louise.crow@gmail.com> | 2013-10-04 11:58:34 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2013-10-04 11:58:34 +0100 |
commit | a1b0ca94fa5e6228ccfa53cf3b7900099b4a0428 (patch) | |
tree | e0cf045c3131259867eeba6a96a88af0882732d4 | |
parent | 7f915bf9153cac94ed2f17fee7e7ea2ee9edce8f (diff) |
Remove important terms
These are only being rendered into a comment, and have been for a long
time. They now appear to be causing problems with non-ascii characters
in ruby 1.9, so drop them completely.
-rw-r--r-- | app/views/request/_sidebar.html.erb | 1 | ||||
-rw-r--r-- | app/views/request/similar.html.erb | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/app/views/request/_sidebar.html.erb b/app/views/request/_sidebar.html.erb index e08f43eaa..8d4a4a2d8 100644 --- a/app/views/request/_sidebar.html.erb +++ b/app/views/request/_sidebar.html.erb @@ -60,7 +60,6 @@ <% if @xapian_similar_more %> <p><%= link_to _("More similar requests"), similar_request_path(@info_request.url_title) %></p> <% end %> - <!-- Important terms: <%= @xapian_similar.important_terms.join(" ") %> --> <% end %> <p><%= link_to _('Event history details'), request_details_path(@info_request) %></p> diff --git a/app/views/request/similar.html.erb b/app/views/request/similar.html.erb index eb7ff636d..5bdefc494 100644 --- a/app/views/request/similar.html.erb +++ b/app/views/request/similar.html.erb @@ -12,8 +12,6 @@ <%- end %> </h1> -<!-- Important terms: <%= @xapian_object.important_terms.join(" ") %> --> - <% if @xapian_object.results.empty? %> <p><%= _('No similar requests found.')%></p> <% else %> |