Sha256: 06a4aa1a3e9885ddfaa56032d3c2eaadbbd003432ce4d36c4c965a777666f537

Contents?: true

Size: 612 Bytes

Versions: 80

Compression:

Stored size: 612 Bytes

Contents

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

%h1= t("clipped_extension.remove_asset")
%h4.warning= t("clipped_extension.confirm_remove_asset").html_safe

%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

80 entries across 80 versions & 1 rubygems

Version Path
trusty-cms-7.0.10 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.9 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.8 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.7 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.6 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.5 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.4 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.3 app/views/admin/assets/remove.html.haml
trusty-cms-6.3.1 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.2 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.1 app/views/admin/assets/remove.html.haml
trusty-cms-7.0.0 app/views/admin/assets/remove.html.haml
trusty-cms-6.3 app/views/admin/assets/remove.html.haml
trusty-cms-6.2.1 app/views/admin/assets/remove.html.haml
trusty-cms-6.2.2.1 app/views/admin/assets/remove.html.haml
trusty-cms-6.2.0 app/views/admin/assets/remove.html.haml
trusty-cms-6.1.2 app/views/admin/assets/remove.html.haml
trusty-cms-6.1.1 app/views/admin/assets/remove.html.haml
trusty-cms-6.0.5 app/views/admin/assets/remove.html.haml
trusty-cms-6.0.4 app/views/admin/assets/remove.html.haml