Sha256: 31b85f7bd3e1e9668b553c5feb8d12726e63254561876bfcf684146bad7e93a1

Contents?: true

Size: 953 Bytes

Versions: 36

Compression:

Stored size: 953 Bytes

Contents

.offcanvas.cm-drawer tabindex="-1" id="cm-drawer" aria-labelledby="offcanvasExampleLabel" data-behavior="cm-drawer" data-from-field-id="#{params[:from_field_id]}"
  .drawer-btn-group
    button.drawer-nav-btn type="button" data-bs-dismiss="offcanvas" aria-label="Close"
      i.fa-solid.fa-x
  .offcanvas-header
    h4 = drawer_title
  .offcanvas-body
    .form-page
      .form-page__body
        .flag-alert.mb-4.hidden data-behavior="flag-alert"
          p.alert-header
            span
              i.fa.fa-exclamation-triangle
            | Attention
          .alert-body
            p.body-title
              | Error: unable to save #{@ar_object.class.name.downcase}
            p.body-info
              ul data-behavior="error-list"
                - @ar_object.errors.full_messages.each do |error_message|
                  li = error_message
        - if @model.present?
          = generate_form(@ar_object, @model, is_drawer_form: true)

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
cm-admin-4.6.5 app/views/layouts/_drawer_form.html.slim
cm-admin-4.4.8 app/views/layouts/_drawer_form.html.slim
cm-admin-4.4.6 app/views/layouts/_drawer_form.html.slim
cm-admin-4.4.1 app/views/layouts/_drawer_form.html.slim
cm-admin-4.4.0 app/views/layouts/_drawer_form.html.slim
cm-admin-4.3.0 app/views/layouts/_drawer.html.slim
cm-admin-4.2.1 app/views/layouts/_drawer.html.slim
cm-admin-4.2.0 app/views/layouts/_drawer.html.slim
cm-admin-4.1.2 app/views/layouts/_drawer.html.slim
cm-admin-4.1.1 app/views/layouts/_drawer.html.slim
cm-admin-4.1.0 app/views/layouts/_drawer.html.slim
cm-admin-4.0.0 app/views/layouts/_drawer.html.slim
cm-admin-3.0.16 app/views/layouts/_drawer.html.slim
cm-admin-3.0.15 app/views/layouts/_drawer.html.slim
cm-admin-3.0.14 app/views/layouts/_drawer.html.slim
cm-admin-3.0.13 app/views/layouts/_drawer.html.slim
cm-admin-3.0.12 app/views/layouts/_drawer.html.slim
cm-admin-3.0.11 app/views/layouts/_drawer.html.slim
cm-admin-3.0.10 app/views/layouts/_drawer.html.slim
cm-admin-3.0.9 app/views/layouts/_drawer.html.slim