Sha256: 9766a035188517a183777ea1eb7d53e32330a484ee97379380fd92cd0c1ca4ec

Contents?: true

Size: 804 Bytes

Versions: 3

Compression:

Stored size: 804 Bytes

Contents

%main.mt-5{ id: block.anchor }
  .container
    %section#best-features.text-center
      %h2.mb-4.font-weight-bold
        = block.title
      .row.d-flex.justify-content-center.mb-4
        .col-md-8
          %p.grey-text
            = block.description
      - collection.each_slice 5 do |sub_collection|
        .row
          - sub_collection.each do |item|
            .col.col-sm-2.col-xl-4.col-lg-4.col-md-4.mb-1.auto{ class:  (item.anchor.present? ? :link : ''), data: { href: item.anchor.present? ? "##{item.anchor}" : '' } }
              - if item.icon.present?
                = fa_icon item.icon, class: 'fa-4x blue-text'
              - else
                = image_tag item.image
              %h4.my-4
                = item.title
              %p.grey-text
                != item.text

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
tramway-landing-1.2.19 app/views/tramway/landing/blocks/templates/_features_list.html.haml
tramway-landing-1.2.18 app/views/tramway/landing/blocks/templates/_features_list.html.haml
tramway-landing-1.2.17 app/views/tramway/landing/blocks/templates/_features_list.html.haml