From baf9eb24e7ee3222754b87a74c3273035c4cbfae Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 18 Feb 2012 15:56:16 +0100 Subject: added events icon --- app/views/content/_featured_articles.html.erb | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'app') diff --git a/app/views/content/_featured_articles.html.erb b/app/views/content/_featured_articles.html.erb index e4cd512..75e2e1d 100644 --- a/app/views/content/_featured_articles.html.erb +++ b/app/views/content/_featured_articles.html.erb @@ -3,19 +3,29 @@ <%= link_to( image_tag( 'chaosradio.png' ), "http://chaosradio.ccc.de/", - :id => "chaosradio_icon" + :id => "chaosradio_icon", + :title => "Chaosradio" )%> <%= link_to( image_tag( 'ds.png' ), "http://ds.ccc.de/", - :id => "ds_icon" + :id => "ds_icon", + :title => "Datenschleuder" + )%> + + <%= link_to( + image_tag( 'events.png' ), + "http://events.ccc.de/", + :id => "events_icon", + :title => "Events Blog" )%> <%= link_to( image_tag( 'twitter.png' ), "https://twitter.com/chaosupdates", - :id => "twitter_icon" + :id => "twitter_icon", + :title => "Twitter" )%> -- cgit v1.3