about summary refs log tree commit diff stats
path: root/app/views
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-04 23:06:56 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-04 23:06:56 -0500
commit28bf0a800ef6a2fb8579a4e74915d12143b54797 (patch)
tree658f1dd3b73f83d3f849ac8185cf2d84d95f28e0 /app/views
parentf3e3735c7efe9ba8fcc0e58cda4ee3996e12d38e (diff)
downloadthoughts-28bf0a800ef6a2fb8579a4e74915d12143b54797.tar.gz
thoughts-28bf0a800ef6a2fb8579a4e74915d12143b54797.tar.bz2
thoughts-28bf0a800ef6a2fb8579a4e74915d12143b54797.zip
Added link to Vance's blog
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.haml8
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