diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 16:31:18 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-10-13 16:31:18 -0400 |
commit | 9fa88ab910919f79ade4355b3daffd5aaec1ca58 (patch) | |
tree | 0a060b1730365e48b7f77b380d5bd1c86a5b6f77 /app/views | |
parent | 0022f3e1ce95b538315fa29fd654eb3a2d923b5d (diff) | |
download | thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.tar.gz thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.tar.bz2 thoughts-9fa88ab910919f79ade4355b3daffd5aaec1ca58.zip |
Added some self links
Diffstat (limited to 'app/views')
-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 2f0d949..91a7c76 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml | |||
@@ -23,6 +23,14 @@ | |||
23 | %p B.S. in CS, Carnegie Mellon 2017 | 23 | %p B.S. in CS, Carnegie Mellon 2017 |
24 | %cite.bubble | 24 | %cite.bubble |
25 | <strong>Hatkirby</strong> on Four Island | 25 | <strong>Hatkirby</strong> on Four Island |
26 | .sidebar-module.fun-links | ||
27 | .bubble.rounded | ||
28 | %h2 My stuff | ||
29 | %ul | ||
30 | - links_sidebar().each do |link| | ||
31 | %li | ||
32 | = image_tag "tag_#{cycle("blue", "green", "orange", "pink", "purple", "red", "yellow")}" | ||
33 | = link_to link[:title], link[:url], link.include?(:extra) ? link[:extra] : {} | ||
26 | .sidebar-module | 34 | .sidebar-module |
27 | .bubble.rounded | 35 | .bubble.rounded |
28 | %h2 Meta | 36 | %h2 Meta |