summaryrefslogtreecommitdiff
path: root/amber/layouts/_masthead_large.html.haml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-01 09:59:55 -0700
committerelijah <elijah@riseup.net>2014-08-01 09:59:55 -0700
commita25552d8e0439cee8ae3a6908feeb393ad9d8c50 (patch)
tree971ec235d97e0cef7d11673122fdfc149999a75f /amber/layouts/_masthead_large.html.haml
parentd0379b02c510d2f853ef1369b43edd8d2a064927 (diff)
merged in bitmask_net files
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