diff options
Diffstat (limited to 'app/views/content/_featured_articles.html.erb')
| -rw-r--r-- | app/views/content/_featured_articles.html.erb | 16 |
1 files changed, 13 insertions, 3 deletions
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 @@ | |||
| 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 | :id => "chaosradio_icon", |
| 7 | :title => "Chaosradio" | ||
| 7 | )%> | 8 | )%> |
| 8 | 9 | ||
| 9 | <%= link_to( | 10 | <%= link_to( |
| 10 | image_tag( 'ds.png' ), | 11 | image_tag( 'ds.png' ), |
| 11 | "http://ds.ccc.de/", | 12 | "http://ds.ccc.de/", |
| 12 | :id => "ds_icon" | 13 | :id => "ds_icon", |
| 14 | :title => "Datenschleuder" | ||
| 15 | )%> | ||
| 16 | |||
| 17 | <%= link_to( | ||
| 18 | image_tag( 'events.png' ), | ||
| 19 | "http://events.ccc.de/", | ||
| 20 | :id => "events_icon", | ||
| 21 | :title => "Events Blog" | ||
| 13 | )%> | 22 | )%> |
| 14 | 23 | ||
| 15 | <%= link_to( | 24 | <%= link_to( |
| 16 | image_tag( 'twitter.png' ), | 25 | image_tag( 'twitter.png' ), |
| 17 | "https://twitter.com/chaosupdates", | 26 | "https://twitter.com/chaosupdates", |
| 18 | :id => "twitter_icon" | 27 | :id => "twitter_icon", |
| 28 | :title => "Twitter" | ||
| 19 | )%> | 29 | )%> |
| 20 | </div> | 30 | </div> |
| 21 | 31 | ||
