diff options
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 |
