From ddec53563c5b3727d94cae35e17b318b0b2cd2e8 Mon Sep 17 00:00:00 2001 From: hukl Date: Sat, 18 Feb 2012 15:33:37 +0100 Subject: forgot to add classes to icons --- app/views/content/_featured_articles.html.erb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/views/content/_featured_articles.html.erb b/app/views/content/_featured_articles.html.erb index d3b4a7d..e4cd512 100644 --- a/app/views/content/_featured_articles.html.erb +++ b/app/views/content/_featured_articles.html.erb @@ -2,17 +2,20 @@

Featured

<%= link_to( image_tag( 'chaosradio.png' ), - "http://chaosradio.ccc.de/" + "http://chaosradio.ccc.de/", + :id => "chaosradio_icon" )%> <%= link_to( image_tag( 'ds.png' ), - "http://ds.ccc.de/" + "http://ds.ccc.de/", + :id => "ds_icon" )%> <%= link_to( image_tag( 'twitter.png' ), - "https://twitter.com/chaosupdates" + "https://twitter.com/chaosupdates", + :id => "twitter_icon" )%> -- cgit v1.3