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