summaryrefslogtreecommitdiff
path: root/amber/layouts/_masthead_large.html.haml
blob: e9fd9ecae8e33febde187910f1cdab790942a085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
.container
  .row
    .col-sm-12
      .masthead-inner
        .text.top
          =t :banner_top
        .text.bottom
          %span
            = t(:banner_motto).gsub('<br>', '&nbsp;<br>&nbsp;')
        %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]