Skip to content

Commit

Permalink
added 'search twitter for...' to title of trend links. tweaked li's s…
Browse files Browse the repository at this point in the history
…lightly
  • Loading branch information
stevenwilkin committed May 1, 2009
1 parent c0d1da2 commit f770074
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/index.haml
Expand Up @@ -3,12 +3,13 @@
%ol %ol
- @trends.each do |t| - @trends.each do |t|
%li %li
%a{:href => t['url']}= t['name'] ·
%a{:href => t['url'], :title => "search twitter for '#{t['name']}'"}= t['name']
== last updated #{@updated} == last updated #{@updated}


#images #images
%ol %ol
- @trends.each do |t| - @trends.each do |t|
%li %li
%a{:href => t['url']} %a{:href => t['url']}
%img{:src => t['img'], :alt => t['name'], :title => t['name']} %img{:src => t['img'], :alt => t['name'], :title => "search twitter for '#{t['name']}'"}

0 comments on commit f770074

Please sign in to comment.