Sha256: 3323f9320d349eb77d9372f8f542ae7a2ae035559f0b20d65282a4c4d1129076

Contents?: true

Size: 371 Bytes

Versions: 12

Compression:

Stored size: 371 Bytes

Contents

- unless object.send(column.name).blank?
  - if ['image/jpeg', 'image/pjpeg', 'image/jpg', 'image/png', 'image/tif', 'image/gif'].include?(object.send("#{column.name}_content_type"))
    = image_tag object.send(column.name), alt: object.send(column.name), class: 'preview_image'
  - else
    = link_to object.send("#{column.name}_file_name"), object.send(column.name).url

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bhf-0.7.15 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.14 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.13 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.12 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.11 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.9 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.8 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.7 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.5 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.4 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.3 app/views/bhf/pages/macro/column/_paperclip.haml
bhf-0.7.2 app/views/bhf/pages/macro/column/_paperclip.haml