engine/app/views/admin/asset_collections/_asset.html.haml

7 lines
373 B
Plaintext
Raw Normal View History

2010-05-12 00:16:39 +00:00
%li{ :id => "asset-#{asset.id}", :class => "asset #{'last' if (asset_counter + 1) % 6 == 0}"}
%h4= link_to truncate(asset.name, :length => 22), edit_admin_asset_path(@asset_collection, asset)
2010-05-12 00:16:39 +00:00
.image
.inside
= vignette_tag(asset)
.actions
= link_to image_tag('admin/list/icons/cross.png'), '#', :class => 'remove', :confirm => t('admin.messages.confirm')