tnantoka/konnyaku

View on GitHub
public/422.html

Summary

Maintainability
Test Coverage
<!doctype html>
<html>
<head>
  <meta charset="UTF-8" />
  <title>The change you wanted was rejected (422)</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
  <link rel="stylesheet" href="bootstrap/css/bootstrap-responsive.min.css" />
</head>
<body>

<div class="container">

  <div class="hero-unit" style="background: none;">
    <div class="page-header">
      <h1>
        422
        <small class="text-error">The change you wanted was rejected.</small>
      </h1>
    </div>
    <p>Maybe you tried to change something you didn't have access to.</p>
    <p><a href="/" class="btn btn-success btn-large">Back to Home</a></p>
  </div>

</div>

</body>
<