diff options
Diffstat (limited to 'amber/layouts/_masthead.html.haml')
-rw-r--r-- | amber/layouts/_masthead.html.haml | 12 |
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 |