blob: 7215e57d2629d622f31d7d4b504235c29f45b069 (
plain) (
blame)
1
2
3
4
5
6
7
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 %>
|