summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2012-02-18 15:26:11 +0100
committerhukl <contact@smyck.org>2012-02-18 15:26:11 +0100
commite6ea22015ebcc255247d37ec30ad12f31329a2a6 (patch)
tree4015a925d5bd3dc0ea472071e6e244233d79e0ed /app
parent370bf4f88d727d2a22bdb3a5d6bb2704cf9ab936 (diff)
added fun little icons for chaos network awesomeness
Diffstat (limited to 'app')
-rw-r--r--app/views/content/_featured_articles.html.erb19
1 files changed, 14 insertions, 5 deletions
diff --git a/app/views/content/_featured_articles.html.erb b/app/views/content/_featured_articles.html.erb
index d502cdf..d3b4a7d 100644
--- a/app/views/content/_featured_articles.html.erb
+++ b/app/views/content/_featured_articles.html.erb
@@ -1,9 +1,18 @@
1<div id="featured_articles"> 1<div id="featured_articles">
2 <h2>Featured</h2> 2 <h2>Featured</h2>
3 <ul> 3 <%= link_to(
4 <% @featured_articles.each do |item| %> 4 image_tag( 'chaosradio.png' ),
5 <li><%= link_to_path item.title, item.path %></li> 5 "http://chaosradio.ccc.de/"
6 <% end %> 6 )%>
7 </ul> 7
8 <%= link_to(
9 image_tag( 'ds.png' ),
10 "http://ds.ccc.de/"
11 )%>
12
13 <%= link_to(
14 image_tag( 'twitter.png' ),
15 "https://twitter.com/chaosupdates"
16 )%>
8</div> 17</div>
9 18