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

Version Path
trusty-clipped-extension-3.1.4 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-3.1.3 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-3.1.2 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-3.1.1 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-3.1.0 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-3.0.0 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.15 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.14 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.13 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.12 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.11 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.10 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.9 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.8 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.7 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.6 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.5 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.4 app/views/admin/assets/remove.html.haml
trusty-clipped-extension-2.0.3.pre.beta app/views/admin/assets/remove.html.haml