summaryrefslogtreecommitdiff
path: root/amber/layouts/_masthead.html.haml
blob: aad0bbda58e9d694d2c5b42e590d6d70a118b11b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.container
  .row
    .col-sm-12
      .masthead-inner
        .text.top
          =t :banner_top
        .text.bottom
          =t :banner_bottom
        %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]