Sha256: 3e01b986a20047bc74a578ee5c7b5f272d89c71a22a9e34a3e27e66e03066b74
Contents?: true
Size: 800 Bytes
Versions: 1
Compression:
Stored size: 800 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 - 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tramway-landing-1.2.16 | app/views/tramway/landing/blocks/templates/_features_list.html.haml |