Sha256: 0b7e92d5784186c81fec0c5de1a85630e8b991e4159ac829f55e7c4252dc08e5
Contents?: true
Size: 732 Bytes
Versions: 1
Compression:
Stored size: 732 Bytes
Contents
%main.mt-5 .container %section#best-features.text-center{ id: block.anchor } %h2.mb-4.font-weight-bold = block.title .row.d-flex.justify-content-center.mb-4 .col-md-8 %p.grey-text = block.description .row - eval("@collection_#{block.anchor}").each do |item| .col-md-4.mb-1 - if item.icon.present? %i.fa.fa-camera-retro.fa-4x.orange-text{ class: "fa-#{item.icon}" } - 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.0 | app/views/tramway/landing/blocks/block_types/_features.html.haml |