Sha256: ea65f4b19eafa62c93621722fa06f42f534461855b99a884ffb1bcf4d6a5369f
Contents?: true
Size: 454 Bytes
Versions: 14
Compression:
Stored size: 454 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.model_class, attachment.model_id,attachment.label,attachment.id), :method => :delete, :remote => true %> </li>
Version data entries
14 entries across 14 versions & 1 rubygems