From f770074c175a6d879ec11c86bc2e4c42514a8d07 Mon Sep 17 00:00:00 2001 From: Steven Wilkin Date: Fri, 1 May 2009 23:42:15 +0100 Subject: [PATCH] added 'search twitter for...' to title of trend links. tweaked li's slightly --- views/index.haml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/index.haml b/views/index.haml index 476c97c..6dad79c 100644 --- a/views/index.haml +++ b/views/index.haml @@ -3,7 +3,8 @@ %ol - @trends.each do |t| %li - %a{:href => t['url']}= t['name'] + · + %a{:href => t['url'], :title => "search twitter for '#{t['name']}'"}= t['name'] == last updated #{@updated} #images @@ -11,4 +12,4 @@ - @trends.each do |t| %li %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']}'"}