peak detector text shouldn't say "tweets"

This commit is contained in:
Albert Sun 2014-01-30 16:18:26 -05:00
parent 4e8634036f
commit 1eb5892435

View file

@ -3,7 +3,7 @@
<% end %>
<% if @agent.memory[:data] && @agent.memory[:data].length > 0 %>
<h3>Recent Tweet Trends</h3>
<h3>Recent Trends</h3>
<% @agent.memory[:data].each.with_index do |(group_name, data), index| %>
<div class="filter-group counts">
<div class='filter'><%= link_to group_name.to_s, "https://twitter.com/search?q=#{CGI::escape group_name.to_s}", :target => "blank" %></div>