Sha256: f385fbb39aceae231ef72e8093002fb613e7af350944e93c3dd2a75d607eff45
Contents?: true
Size: 571 Bytes
Versions: 19
Compression:
Stored size: 571 Bytes
Contents
= stylesheet_link_tag 'admin/assets' %h1= t("clipped_extension.remove_asset") %p.warning= t("clipped_extension.confirm_remove_asset") %table.index#assets{:cellpadding => "0", :cellspacing => "0", :border => "0"} %tbody %tr[@asset] %td.icon= image_tag @asset.thumbnail(:icon), :title => @asset.asset_file_name %td.name= @asset.title = form_for [:admin, @asset], :html => { :method => 'delete' } do .buttons %input.button{:type => "submit", :value => t("clipped_extension.delete_asset")} = t("or") = link_to t("cancel"), admin_assets_path
Version data entries
19 entries across 19 versions & 1 rubygems