summaryrefslogtreecommitdiff
path: root/amber/layouts/_masthead.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-07-21 02:17:06 -0700
committerelijah <elijah@riseup.net>2014-07-21 02:17:06 -0700
commit780e7f0d882a22503f9ce7caab0a2e969e8529e6 (patch)
treeba1f36532a7e6f471dc1007728da210bf5919cfc /amber/layouts/_masthead.html.haml
parenta91bb680740c80eac5d19e61dc3c16e10b78b2c0 (diff)
initial draft content
Diffstat (limited to 'amber/layouts/_masthead.html.haml')
-rw-r--r--amber/layouts/_masthead.html.haml12
1 files changed, 12 insertions, 0 deletions
diff --git a/amber/layouts/_masthead.html.haml b/amber/layouts/_masthead.html.haml
new file mode 100644
index 0000000..71892f5
--- /dev/null
+++ b/amber/layouts/_masthead.html.haml
@@ -0,0 +1,12 @@
+.container
+ .row
+ .col-sm-12
+ .masthead-inner
+ .text.top
+ Bitmask
+ .text.bottom
+ Help
+ %ul.list-unstyled#top-menu
+ - top_navigation_items(include_home:true) do |item|
+ %li{:class => item[:class]}
+ %a{:href => item[:href], :class => item[:class]}= item[:label] \ No newline at end of file