diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/layouts/application.html.haml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 32afb5d..f889127 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml | |||
@@ -32,6 +32,19 @@ | |||
32 | %li | 32 | %li |
33 | = image_tag "tag_#{cycle("blue", "green", "orange", "pink", "purple", "red", "yellow")}.png" | 33 | = image_tag "tag_#{cycle("blue", "green", "orange", "pink", "purple", "red", "yellow")}.png" |
34 | = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {} | 34 | = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {} |
35 | .sidebar-module.fun-links | ||
36 | .bubble.rounded | ||
37 | %h2 Blog links | ||
38 | %ul | ||
39 | %li | ||
40 | = image_tag "book_open.png" | ||
41 | = link_to "Archive", blogs_url | ||
42 | %li | ||
43 | = image_tag "tag_blue.png" | ||
44 | = link_to "Tag cloud", tags_url | ||
45 | %li | ||
46 | = image_tag "feed.png" | ||
47 | = link_to "Atom feed", blogs_url(format: :atom) | ||
35 | .sidebar-module | 48 | .sidebar-module |
36 | .bubble.rounded | 49 | .bubble.rounded |
37 | %h2 Meta | 50 | %h2 Meta |