diff options
| author | hukl <contact@smyck.org> | 2012-02-18 15:26:11 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2012-02-18 15:26:11 +0100 |
| commit | e6ea22015ebcc255247d37ec30ad12f31329a2a6 (patch) | |
| tree | 4015a925d5bd3dc0ea472071e6e244233d79e0ed | |
| parent | 370bf4f88d727d2a22bdb3a5d6bb2704cf9ab936 (diff) | |
added fun little icons for chaos network awesomeness
| -rw-r--r-- | app/views/content/_featured_articles.html.erb | 19 | ||||
| -rw-r--r-- | public/images/chaosradio.png | bin | 0 -> 9187 bytes | |||
| -rw-r--r-- | public/images/ds.png | bin | 0 -> 1209 bytes | |||
| -rw-r--r-- | public/images/twitter.png | bin | 0 -> 7276 bytes |
4 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 | ||
diff --git a/public/images/chaosradio.png b/public/images/chaosradio.png new file mode 100644 index 0000000..9c4c10b --- /dev/null +++ b/public/images/chaosradio.png | |||
| Binary files differ | |||
diff --git a/public/images/ds.png b/public/images/ds.png new file mode 100644 index 0000000..b6ef256 --- /dev/null +++ b/public/images/ds.png | |||
| Binary files differ | |||
diff --git a/public/images/twitter.png b/public/images/twitter.png new file mode 100644 index 0000000..00a3942 --- /dev/null +++ b/public/images/twitter.png | |||
| Binary files differ | |||
