Sha256: 81b455c78d3ae2afce6411896626e1ddf5f8a0a6662a0f1598ad5cb9c9fd9b05

Contents?: true

Size: 797 Bytes

Versions: 4

Compression:

Stored size: 797 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>
    Pakyow: 500
  </title>

  <style>
    body {
      font:13px Helvetica Neue, Helvetica, sans-serif;
      line-height:1.35em;
      color:#333;
    }

    h1 {
      font-size:20px;
      color:#333;
    }

    h2 {
      font-weight:normal;
      font-size:13px;
      color:#FF0000;
    }

    .wrapper {
      width:900px;
      margin:60px auto 0;
    }

    .instruct {
      font-size:15px;
      margin:30px 0;
      color:#777;
    }
  </style>
</head>
<body>
  <div class="wrapper">
    <h1>
      Pakyow found something wrong.
    </h1>

    <p class="instruct">
      The error originated on line {line} of '{file}'
      and generated the following stack trace:
    </p>

    <h2>
      {msg}
    </h2>

    {trace}
  </div>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pakyow-core-0.9.1 pakyow-core/lib/views/errors/500.html
pakyow-core-0.9.0 pakyow-core/lib/views/errors/500.html
pakyow-core-0.8.0 pakyow-core/lib/views/errors/500.html
pakyow-core-0.8.rc4 pakyow-core/lib/views/errors/500.html