Sha256: 2ee77a16b615b1c0edcfe14b0c2c536a9fa71fe5d24437cac9a52bb12c483b18

Contents?: true

Size: 298 Bytes

Versions: 12

Compression:

Stored size: 298 Bytes

Contents

= content_tag link ? :a : :span, class: ('quick_edit' if add_quick_link), href: (link if link) do
  - file = column_value
  - if type_is_image?(file.content_type)
    = image_tag find_smallest_size_url_for_file(file), alt: column_value, class: 'preview_image'
  - else
    = file.original_filename

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bhf-1.0.0.beta7 app/views/bhf/table/column/_paperclip.html.haml
bhf-1.0.0.beta6 app/views/bhf/table/column/_paperclip.html.haml
bhf-1.0.0.beta5 app/views/bhf/table/column/_paperclip.html.haml
bhf-1.0.0.beta4 app/views/bhf/table/column/_paperclip.html.haml
bhf-1.0.0.beta3 app/views/bhf/table/column/_paperclip.html.haml
bhf-1.0.0.beta2 app/views/bhf/table/column/_paperclip.html.haml
bhf-1.0.0.beta1 app/views/bhf/table/column/_paperclip.html.haml
bhf-0.10.17 app/views/bhf/table/column/_paperclip.html.haml
bhf-0.10.16 app/views/bhf/table/column/_paperclip.html.haml
bhf-0.10.15 app/views/bhf/table/column/_paperclip.html.haml
bhf-0.10.14 app/views/bhf/table/column/_paperclip.html.haml
bhf-0.10.13 app/views/bhf/table/column/_paperclip.html.haml