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