aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/_header.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/_header.html.erb')
-rw-r--r--app/views/refinery/_header.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/refinery/_header.html.erb b/app/views/refinery/_header.html.erb
index 8b0c424..7215e57 100644
--- a/app/views/refinery/_header.html.erb
+++ b/app/views/refinery/_header.html.erb
@@ -1,4 +1,8 @@
<div id='logo'>
<%= link_to image_tag("logo.png", :alt => "Heavymetal.no"), refinery.root_path %>
</div>
+<div id="merchlink">
+ <%= link_to image_tag("hypestore-logo.png", alt: "Hypestore", size: '197x75'), 'https://hypestore.no/collections/artistmerch-1' %>
+ <%= link_to "HMNO Merch!", 'https://hypestore.no/collections/artistmerch-1' %>
+</div>
<%= Refinery::Pages::MenuPresenter.new(refinery_menu_pages, self).to_html %>