Sha256: cf48962386ea97e8a46b01cd744ec4a0adcb8d17fde5aba2082ec57f45b73667

Contents?: true

Size: 693 Bytes

Versions: 5

Compression:

Stored size: 693 Bytes

Contents

.modal.fade id="#{custom_action.name.classify}Modal-#{ar_object.id}" aria-hidden="true" aria-labelledby="#{custom_action.name.classify}ModalLabel" tabindex="1" 
  .modal-dialog
    .modal-content
      .modal-header
        h5.modal-title id="#{custom_action.name.classify}ModalLabel" = custom_action.modal_configuration[:title] || custom_action.name.classify
        button.btn-close aria-label="Close" data-bs-dismiss="modal" type="button" 
      .modal-body
        - if custom_action.partial
          = render partial: custom_action.partial
        - else
          = render partial: 'cm_admin/main/custom_action_modal_form', locals: { custom_action: custom_action, ar_object: ar_object }

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cm-admin-1.2.4 app/views/layouts/_custom_action_modal.html.slim
cm-admin-1.2.3 app/views/layouts/_custom_action_modal.html.slim
cm-admin-1.2.2 app/views/layouts/_custom_action_modal.html.slim
cm-admin-1.2.1 app/views/layouts/_custom_action_modal.html.slim
cm-admin-1.2.0 app/views/layouts/_custom_action_modal.html.slim