summaryrefslogtreecommitdiff
path: root/amber/layouts/_masthead_large.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'amber/layouts/_masthead_large.html.haml')
-rw-r--r--amber/layouts/_masthead_large.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/amber/layouts/_masthead_large.html.haml b/amber/layouts/_masthead_large.html.haml
new file mode 100644
index 0000000..e9fd9ec
--- /dev/null
+++ b/amber/layouts/_masthead_large.html.haml
@@ -0,0 +1,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] \ No newline at end of file