Sha256: e5e37e2d6b13e1938419d3632bee4911d15294ed6b3fb2f683ad7d033ce7edee

Contents?: true

Size: 562 Bytes

Versions: 52

Compression:

Stored size: 562 Bytes

Contents

- @model.available_actions.select{|act| act if act.display_type == :modal}.each do |custom_action|
  .modal.fade id="#{custom_action.name.classify}Modal" 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.name.classify
          button.btn-close aria-label="Close" data-bs-dismiss="modal" type="button" 
        .modal-body
          = render partial: custom_action.partial

Version data entries

52 entries across 52 versions & 1 rubygems

Version Path
cm-admin-1.1.6 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.1.5 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.1.4 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.1.3 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.1.2 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.1.1 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.1.0 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.9 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.8 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.7 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.6 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.5 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.3 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.2 app/views/layouts/_custom_action_modals.html.slim
cm-admin-1.0.0 app/views/layouts/_custom_action_modals.html.slim
cm-admin-0.9.1 app/views/layouts/_custom_action_modals.html.slim
cm-admin-0.9.0 app/views/layouts/_custom_action_modals.html.slim
cm-admin-0.8.9 app/views/layouts/_custom_action_modals.html.slim
cm-admin-0.8.8 app/views/layouts/_custom_action_modals.html.slim
cm-admin-0.8.7 app/views/layouts/_custom_action_modals.html.slim