Sha256: 39065f2c4f326d16ed727033173997e49dc7744fcc7e39f9d2a4296f344d99f7

Contents?: true

Size: 756 Bytes

Versions: 1

Compression:

Stored size: 756 Bytes

Contents

<!doctype html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  <meta http-equiv="X-UA-Compatible" content="ie=edge">
  <title><%= @request_path %></title>

  <style>
    body {
      margin: 0;
      padding: 15px;
      color: #c52f24;
      font-weight: bold;
      font-size: 12px;
      font-family: Menlo, Consolas, Ubuntu, monospace;
      background: #f5f8fa;
    }

    .container {
      width: 100%;
    }

    pre {
      white-space: pre-wrap;
    }

    kbd {
      background: none;
      shadow: none;
    }
  </style>
</head>
<body>
<div class="container">
  <%= @exception.message %>
</div>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
debug-extras-0.2.0 lib/debug_extras/templates/main.html.erb