Sha256: 0649ca06ad48dbd9de264fb1dca8b85da2d9a63401f3d2eb1d403c0c37827e5e

Contents?: true

Size: 479 Bytes

Versions: 1

Compression:

Stored size: 479 Bytes

Contents

%h4= I18n.t('admin.delete.bulk_delete')
%ul= render :partial => "delete_notice", :collection => @objects
= form_tag bulk_destroy_path(:model_name => @abstract_model.to_param, :bulk_ids => @objects.map(&:id)) do
  .actions
    %button.btn.danger{:type => "submit", :'data-disable-with' => t("admin.delete.confirmation")}= t("admin.delete.confirmation")
    %button.btn{:type => "submit", :name => "_continue", :'data-disable-with' => t("admin.new.cancel")}= t("admin.new.cancel")

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
elucid-rails_admin-0.0.1 app/views/rails_admin/main/bulk_delete.html.haml