Sha256: 64530705f487788749a7880fb3068bdc07494a108e19d68ebc39785a4348c353

Contents?: true

Size: 612 Bytes

Versions: 2

Compression:

Stored size: 612 Bytes

Contents

doctype html
html lang="ja"
  head
    meta charset="utf-8"
    title= title
    meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
    meta name="robots" content="noindex"
  body
    div
      h1= "#{status} #{title}"

      - unless Rails.env.production?
        table
          tbody
            tr
              td code
              td= exception.code
            tr
              td debug_message
              td= exception.debug_message

            - exception.errors.each do |error|
              tr
                td error
                td= error

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
moromi-error-0.2.0 app/views/moromi/error/_default.html.slim
moromi-error-0.1.0 app/views/moromi/error/_default.html.slim