Sha256: 6917b9e8e0ed81c417bed23099fc4d47bf292cc8b5cab55a6e992c06b42b8dd4

Contents?: true

Size: 829 Bytes

Versions: 16

Compression:

Stored size: 829 Bytes

Contents

.modal.fade id="#{@model.name.classify}DestroyModal-#{ar_object.id}" aria-hidden="true" aria-labelledby="#{@model.name.classify}DestroyModalLabel" tabindex="1"
  .modal-dialog
    .modal-content
      .modal-header
        h5.modal-title id="#{@model.name.classify}DestroyModalLabel" = "#{@model.name.classify} Destroy"
        button.btn-close aria-label="Close" data-bs-dismiss="modal" type="button"
      .modal-body
        .custom-modal-body
          .modal-info data-section="bulk-action"
            | Are you sure you want to delete this #{@model.name.classify}?
          .modal-footer
            = button_to cm_admin.send("cm_destroy_#{@model.name.underscore}_path", ar_object, from_action:), method: :delete, class: "btn btn-primary" do
              span
                i.fa.fa-trash
              |  Destroy

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cm-admin-3.0.15 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.14 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.13 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.12 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.11 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.10 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.9 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.8 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.7 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.6 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.5 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.4 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.3 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.2 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.1 app/views/layouts/_destroy_action_modal.html.slim
cm-admin-3.0.0 app/views/layouts/_destroy_action_modal.html.slim