summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/content/_featured_articles.html.erb9
1 files 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 @@
2 <h2>Featured</h2> 2 <h2>Featured</h2>
3 <%= link_to( 3 <%= link_to(
4 image_tag( 'chaosradio.png' ), 4 image_tag( 'chaosradio.png' ),
5 "http://chaosradio.ccc.de/" 5 "http://chaosradio.ccc.de/",
6 :id => "chaosradio_icon"
6 )%> 7 )%>
7 8
8 <%= link_to( 9 <%= link_to(
9 image_tag( 'ds.png' ), 10 image_tag( 'ds.png' ),
10 "http://ds.ccc.de/" 11 "http://ds.ccc.de/",
12 :id => "ds_icon"
11 )%> 13 )%>
12 14
13 <%= link_to( 15 <%= link_to(
14 image_tag( 'twitter.png' ), 16 image_tag( 'twitter.png' ),
15 "https://twitter.com/chaosupdates" 17 "https://twitter.com/chaosupdates",
18 :id => "twitter_icon"
16 )%> 19 )%>
17</div> 20</div>
18 21