Sha256: c082406803910b96e7f26d20e73dfd905364c6f5cd130783c91cd7ecea886c9b

Contents?: true

Size: 479 Bytes

Versions: 4

Compression:

Stored size: 479 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title><%= title 'Error 500' %></title>
  <link href="<%= prefix_url("assets/application.css") %>" rel="stylesheet">
</head>

<body>
  <div class="container-fluid">
    <div class="row-fluid text-error service-page">
      <h1>500 <small>Internal Server Error</small></h1>
      <p class="lead">Sorry, something went wrong.</p>
      <a href="/" class="btn btn-danger">Back to home</a>
    </div>
  </div>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ginatra-4.1.0 views/500.erb
ginatra-4.0.2 views/500.erb
ginatra-4.0.1 views/500.erb
ginatra-4.0.0 views/500.erb