Sha256: b1208ef615ea5691250d1afaf34a77007ea2cfb70fcf1cd2961c8f8b07799fb1
Contents?: true
Size: 759 Bytes
Versions: 67
Compression:
Stored size: 759 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, locals: { custom_action: custom_action, ar_object: ar_object } - else = render partial: 'cm_admin/main/custom_action_modal_form', locals: { custom_action: custom_action, ar_object: ar_object }
Version data entries
67 entries across 67 versions & 1 rubygems