Sha256: 208470df807a04700e76d801103e943a176452823cdb4e985b4c385cec22d7e5

Contents?: true

Size: 601 Bytes

Versions: 1

Compression:

Stored size: 601 Bytes

Contents

- body_classes << "reversed"
= 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

1 entries across 1 versions & 1 rubygems

Version Path
trusty-cms-4.1.0 app/views/admin/assets/remove.html.haml