mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
peak detector text shouldn't say "tweets"
This commit is contained in:
parent
4e8634036f
commit
1eb5892435
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue