Sha256: 810e372f113429aadf64a488332526d03b9c1355e382f3724e560665d8f1280b
Contents?: true
Size: 297 Bytes
Versions: 12
Compression:
Stored size: 297 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