Sha256: 5271dfb2f944c2c01af0f03a6a0313d0042cc72bb812097e90dafca348c0d335
Contents?: true
Size: 460 Bytes
Versions: 9
Compression:
Stored size: 460 Bytes
Contents
<li> <%= link_to "File: #{attachment.attach.original_filename}", attachment.attach.url %><br/> <%= "Path: #{attachment.attach.path}"%> <%= "Size: #{attachment.attach.size}"%> <%= "Updated at: #{attachment.attach.instance_read(:updated_at)}"%> <br/> <%= link_to "Elimina", active_metadata_destroy_attachment_path(attachment.document_class, attachment.document_id,attachment.label,attachment.id), :method => :delete, :remote => true %> </li>
Version data entries
9 entries across 9 versions & 1 rubygems