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.erb7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/refinery/_header.html.erb b/app/views/refinery/_header.html.erb
new file mode 100644
index 0000000..f5450fa
--- /dev/null
+++ b/app/views/refinery/_header.html.erb
@@ -0,0 +1,7 @@
+<div id='logo'>
+ <%= link_to image_tag("logo.png", :alt => "Heavymetal.no"), refinery.root_path %>
+</div>
+<%= render(:partial => "/refinery/menu", :locals => {
+ :dom_id => 'menu',
+ :css => 'menu'
+ }) %>