Sha256: 134fa376f5deb9b0d27d914b04804b187e4d588ed1d89bf5f745d3cb6d0b2ff3
Contents?: true
Size: 759 Bytes
Versions: 2
Compression:
Stored size: 759 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.mb-1 - 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 %hr.my-5/ %section#examples %hr.my-5/ %section#gallery %hr.my-5/ %section#contact
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tramway-landing-1.2.15 | app/views/tramway/landing/blocks/templates/_features_list.html.haml |
tramway-landing-1.2.14 | app/views/tramway/landing/blocks/templates/_features_list.html.haml |