Explorar o código

Removed statement from search

Andrew Kane %!s(int64=9) %!d(string=hai) anos
pai
achega
1d7d6cc73f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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] %>
               <small style="font-weight: bold; color: #f60;">TRENDING</small>
             <% end %>
-            <div class="hide"><%= query.name.gsub(/\s+/, "") %> <%= query.statement %></div>
+            <div class="hide"><%= query.name.gsub(/\s+/, "") %></div>
           </td>
           <td class="creator text-right text-muted">
             <% if query.respond_to?(:creator) && (creator = query.creator) && creator.respond_to?(Blazer.user_name) %>