Sha256: b0e52be1067bf2a6fdfb59dcb5218a1d6c57e906a50cc65abff81868e2620e74

Contents?: true

Size: 525 Bytes

Versions: 1

Compression:

Stored size: 525 Bytes

Contents

.panel
  - if !feature.partial_name.blank?
    = render feature.partial_name
  - else
    - unless feature[:name].blank?
      %h4= 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

1 entries across 1 versions & 1 rubygems

Version Path
ish_lib_manager-0.0.1 app/views/ish_lib_manager/features/_item.haml