Sha256: 567cf43b05e7ea4f3c78b3c580d588c0fbeec764a2c76ca1504540aba2628f72

Contents?: true

Size: 623 Bytes

Versions: 2

Compression:

Stored size: 623 Bytes

Contents

doctype html
html lang="ja"
  head
    meta charset="utf-8"
    title Need Force Update
    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/_force_update.html.slim
moromi-error-0.1.0 app/views/moromi/error/_force_update.html.slim