Sha256: 794b66eb9dcc9e898b43a937d600209fc48a795e7839768028edf015c09efd68
Contents?: true
Size: 697 Bytes
Versions: 5
Compression:
Stored size: 697 Bytes
Contents
- records_in_the_row = 4 - if defined?(::Tramway::Profiles) - social_networks = (@application.social_networks if @application.respond_to?(:social_networks)) unless social_networks - social_networks&.each do |profile| %ul.list-group %li.list-group-item = profile_link profile - if yield(:phone).present? || yield(:email).present? .row.features-small.mt-5.wow.fadeIn - if yield(:phone).present? .col-xl-3.col-lg-6 .row.link{ data: { href: "tel:#{phone}" } } .col-2 %i.fas.fa-2x.mb-1.fa-phone.indigo-text{ aria: { hidden: 'true' } } .col-10.mb-2.pl-3 %h5.feature-title.font-bold.mb-1 = yield(:phone)
Version data entries
5 entries across 5 versions & 1 rubygems