diff options
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r-- | app/views/layouts/application.html.haml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 98b4ef4..1d0bea3 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml | |||
@@ -54,6 +54,14 @@ | |||
54 | = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {} | 54 | = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {} |
55 | .sidebar-module.fun-links | 55 | .sidebar-module.fun-links |
56 | .bubble.rounded | 56 | .bubble.rounded |
57 | %h2 Friends | ||
58 | %ul | ||
59 | - friends_sidebar().each do |link| | ||
60 | %li | ||
61 | = image_tag "tag_#{cycle("blue", "green", "orange", "pink", "purple", "red", "yellow")}.png" | ||
62 | = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {} | ||
63 | .sidebar-module.fun-links | ||
64 | .bubble.rounded | ||
57 | %h2 Blog links | 65 | %h2 Blog links |
58 | %ul | 66 | %ul |
59 | %li | 67 | %li |