Sha256: a6bbb9b936d59633124b27612af11d15d22424b91bb279c736bac966099c2c7b

Contents?: true

Size: 859 Bytes

Versions: 28

Compression:

Stored size: 859 Bytes

Contents

%header
  #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-12.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&.compact&.any?
            - 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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
tramway-landing-3.1.1.7 app/views/tramway/landing/templates/_full_page.html.haml
tramway-landing-3.1.1.6 app/views/tramway/landing/templates/_full_page.html.haml
tramway-landing-3.1.1.5 app/views/tramway/landing/templates/_full_page.html.haml
tramway-landing-3.1.1.4 app/views/tramway/landing/templates/_full_page.html.haml
tramway-landing-3.1.1.3 app/views/tramway/landing/templates/_full_page.html.haml
tramway-landing-3.1.1.2 app/views/tramway/landing/templates/_full_page.html.haml
tramway-landing-3.1.1.1 app/views/tramway/landing/templates/_full_page.html.haml
tramway-landing-3.1.1 app/views/tramway/landing/templates/_full_page.html.haml