Skip to content

Commit

Permalink
trying current trends again
Browse files Browse the repository at this point in the history
  • Loading branch information
moomerman committed Dec 30, 2009
1 parent f82e8f8 commit ed09e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/home.erb
Expand Up @@ -10,7 +10,7 @@
<p>Created and maintained by <a href="http://moocode.com/foo">Richard Taylor</a> (<a href="http://twitter.com/moomerman">@moomerman</a>). Any comments/suggestions welcome</p> <p>Created and maintained by <a href="http://moocode.com/foo">Richard Taylor</a> (<a href="http://twitter.com/moomerman">@moomerman</a>). Any comments/suggestions welcome</p>


<h2>Current Trends</h2> <h2>Current Trends</h2>
<%= @trends.inspect %> <%= @trends['trends'].to_a.first.last.collect{|x| "<a href='/search?q=#{URI.encode(x['query'])}'>#{x['name']}</a>"}.join(', ') %>


<h2>Public Timeline</h2> <h2>Public Timeline</h2>
<%= partial('timeline', :locals => {:tweets => @tweets}) %> <%= partial('timeline', :locals => {:tweets => @tweets}) %>

0 comments on commit ed09e38

Please sign in to comment.