diff options
| author | hukl <contact@smyck.org> | 2012-02-18 15:33:37 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-02-18 15:33:37 +0100 |
| commit | ddec53563c5b3727d94cae35e17b318b0b2cd2e8 (patch) | |
| tree | 651214b35b7190026a73099c416133215fcf2bc8 /app/views/content | |
| parent | 55200208ad2accd5dc65cbce2e430a6cb664759a (diff) | |
forgot to add classes to icons
Diffstat (limited to 'app/views/content')
| -rw-r--r-- | app/views/content/_featured_articles.html.erb | 9 |
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 | ||
