aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/_header.html.erb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2013-10-20 22:32:19 +0200
committerHarald Eilertsen <haraldei@anduin.net>2013-10-20 22:32:19 +0200
commit2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469 (patch)
tree6bc8d0adb0ef88d11ab9a724b8c612dc6a96b80e /app/views/refinery/_header.html.erb
parent05db001fe9211d66d2ee02484635af478a308ccc (diff)
downloadhmnoweb-2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469.tar.gz
hmnoweb-2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469.tar.bz2
hmnoweb-2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469.zip
Basic simple styling.
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'
+ }) %>