Sha256: 07ef68d3fc6a3ff9883a6792e0986233b447c98b75a1b9085ba76fdd36c9c6fe
Contents?: true
Size: 525 Bytes
Versions: 28
Compression:
Stored size: 525 Bytes
Contents
.panel - if !feature.partial_name.blank? = render feature.partial_name - else - unless feature[:name].blank? %h3= link_to feature[:name].titleize, feature[:link_path] - unless feature[:image_path].blank? = link_to image_tag( feature[:image_path] ), feature[:link_path] - unless feature[:subhead].blank? .descr= raw feature[:subhead] - unless feature.report.blank? %h3= link_to feature.report.name, report_path(feature.report.name_seo) .descr= raw feature.report.subhead
Version data entries
28 entries across 28 versions & 1 rubygems