Sha256: 149083ac4d12fa5c2574957a69589ea77e93c9d990fd637c0e86d97e93138ed5

Contents?: true

Size: 572 Bytes

Versions: 37

Compression:

Stored size: 572 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

37 entries across 37 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.7 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.6 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.5 app/views/admin/assets/remove.html.haml
trusty-cms-4.0.1 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.4 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.3 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.2 app/views/admin/assets/remove.html.haml
trusty-cms-4.0.0 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.1 app/views/admin/assets/remove.html.haml
trusty-cms-3.9.0 app/views/admin/assets/remove.html.haml
trusty-cms-3.8.4 app/views/admin/assets/remove.html.haml
trusty-cms-3.8.3 app/views/admin/assets/remove.html.haml
trusty-cms-3.8.2 app/views/admin/assets/remove.html.haml
trusty-cms-3.8.1 app/views/admin/assets/remove.html.haml
trusty-cms-3.8.0 app/views/admin/assets/remove.html.haml
trusty-cms-3.7.1 app/views/admin/assets/remove.html.haml
trusty-cms-3.7.0 app/views/admin/assets/remove.html.haml
trusty-cms-3.6.2 app/views/admin/assets/remove.html.haml
trusty-cms-3.6.1 app/views/admin/assets/remove.html.haml