Browse Source

Removed statement from search

Andrew Kane 9 years ago
parent
commit
1d7d6cc73f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/views/blazer/queries/index.html.erb

+ 1 - 1
app/views/blazer/queries/index.html.erb

@@ -24,7 +24,7 @@
             <% if @trending_queries[query.id] %>
             <% if @trending_queries[query.id] %>
               <small style="font-weight: bold; color: #f60;">TRENDING</small>
               <small style="font-weight: bold; color: #f60;">TRENDING</small>
             <% end %>
             <% end %>
-            <div class="hide"><%= query.name.gsub(/\s+/, "") %> <%= query.statement %></div>
+            <div class="hide"><%= query.name.gsub(/\s+/, "") %></div>
           </td>
           </td>
           <td class="creator text-right text-muted">
           <td class="creator text-right text-muted">
             <% if query.respond_to?(:creator) && (creator = query.creator) && creator.respond_to?(Blazer.user_name) %>
             <% if query.respond_to?(:creator) && (creator = query.creator) && creator.respond_to?(Blazer.user_name) %>