Sha256: 6b156801460599acbcf73bbb2ce8412855ae5a53c145316efaaeda206118a02c

Contents?: true

Size: 347 Bytes

Versions: 4

Compression:

Stored size: 347 Bytes

Contents

%li{ :id => "asset-#{asset.id}", :class => "asset #{'last' if (asset_counter + 1) % 6 == 0}"}
  %h4= link_to truncate(asset.name, :length => 17), edit_admin_asset_path(asset)
  = vignette_tag(asset)
  .actions
    = link_to image_tag('admin/list/icons/cross.png'), '#', :class => 'remove', :data => { :confirm => t('locomotive.messages.confirm') }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
locomotive_cms-2.0.0.rc12 app/views/locomotive/content_assets/_asset.html.haml
locomotive_cms-2.0.0.rc11 app/views/locomotive/content_assets/_asset.html.haml
locomotive_cms-2.0.0.rc10 app/views/locomotive/content_assets/_asset.html.haml
locomotive_cms-2.0.0.rc9 app/views/locomotive/content_assets/_asset.html.haml