Sha256: cbeb8796143b3a58f9b832cc6dcf86e522c92ac0d21551e6dcfb62cfe4e8ac1f

Contents?: true

Size: 602 Bytes

Versions: 1

Compression:

Stored size: 602 Bytes

Contents

- body_classes << "reversed"
= stylesheet_link_tag 'admin/assets'

%h1= t("clipped_extension.remove_asset")
%h4.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.1 app/views/admin/assets/remove.html.haml