Sha256: 349c8dd25c3852f23a6a23fc3f42e77ac5dc67d5185ad31af73cebda33ba2088
Contents?: true
Size: 620 Bytes
Versions: 188
Compression:
Stored size: 620 Bytes
Contents
.panel - unless feature[:name].blank? %h5= 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 - unless feature.gallery.blank? %h3= link_to feature.gallery.name, gallery_path(feature.gallery) - begin = image_tag feature.gallery.photos[0].photo.url( :thumb ) - rescue
Version data entries
188 entries across 188 versions & 1 rubygems