about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 91a7c76..92546d1 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml
@@ -29,7 +29,7 @@
29 %ul 29 %ul
30 - links_sidebar().each do |link| 30 - links_sidebar().each do |link|
31 %li 31 %li
32 = image_tag "tag_#{cycle("blue", "green", "orange", "pink", "purple", "red", "yellow")}" 32 = image_tag "tag_#{cycle("blue", "green", "orange", "pink", "purple", "red", "yellow")}.png"
33 = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {} 33 = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {}
34 .sidebar-module 34 .sidebar-module
35 .bubble.rounded 35 .bubble.rounded