Sha256: 17943a9bfc56f8be6faae72f437543d902f8175f6994a00b1825f3917f14698c
Contents?: true
Size: 629 Bytes
Versions: 14
Compression:
Stored size: 629 Bytes
Contents
- edit = local_assigns.key?(:edit) ? edit : true %li{ :class => "#{asset.new_record? ? 'new-asset' : 'asset'} #{'hidden' if asset.hidden?}" } %em %strong= link_to asset.local_path(!edit), edit ? edit_admin_theme_asset_path(asset) : asset.source.url, :'data-local-path' => asset.local_path .more %span.size= number_to_human_size(asset.size) — %span!= t('.updated_at') %span.date= l asset.updated_at, :format => :short - if edit = link_to image_tag('admin/list/icons/trash.png'), admin_theme_asset_path(asset), :class => 'remove', :confirm => t('admin.messages.confirm'), :method => :delete
Version data entries
14 entries across 14 versions & 1 rubygems