Sha256: b6f093a0c0fdfd4403f27debc46a7175369a45a4ee1e1b76e85a5b291ba8a5ec

Contents?: true

Size: 233 Bytes

Versions: 3

Compression:

Stored size: 233 Bytes

Contents

-if obj.errors.any?
  .row.error
    .col.s12.m6
      .card.red.lighten-3
        .card-content
          %span.card-title=flash[:error]
          %ul
            -obj.errors.full_messages.each do |error|
              %li #{error}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
myrails-7.0.0 lib/myrails/templates/rails/app/views/layout/material/_error_messages.html.haml
myrails-6.0.0 lib/myrails/templates/rails/app/views/layout/material/_error_messages.html.haml
myrails-5.0.0 lib/myrails/templates/rails/app/views/layout/material/_error_messages.html.haml