Sha256: 2e84cb800b2effb1338a91767e01a22c1db3c2e17d91048b49bbf31406fbfd97

Contents?: true

Size: 888 Bytes

Versions: 40

Compression:

Stored size: 888 Bytes

Contents

%header
  = yield :navbar
  #intro.view.hm-black-strong{ style: "background-image: url('#{block.background.url}')" }
    .container-fluid.full-bg-img.d-flex.align-items-center.justify-content-center
      .row.d-flex.justify-content-center
        .col-md-10.text-center
          %h2.display-3.font-bold.white-text.mb-2
            = block.title
          %hr.hr-light
          %h4.white-text.my-4
            = block.tagline
          - if defined?(buttons)
            - buttons.each do |button|
              - data_obj = {}
              - data_obj = data_obj.merge(href: button.link) if button.try :link
              - data_obj = data_obj.merge(anchor: button.anchor) if button.try :anchor
              %button.btn.btn-outline-white.waves-effect.waves-light.header-buttons.link{ type: :button, data: data_obj }
                = button.title
          - else
            = yield

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
tramway-landing-1.4.4 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.4.3 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.4.2 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.4.1 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.4 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.3.6 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.3.5 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.3.4 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.3.3 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.3.2 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.3.1 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.3 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.20 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.19 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.18 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.17 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.16 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.15 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.14 app/views/tramway/landing/blocks/templates/_full_page.html.haml
tramway-landing-1.2.13 app/views/tramway/landing/blocks/templates/_full_page.html.haml