Sha256: bc60f59bcc01d928763118b140d6b5e64fde94a865d98043288919aa9b64bac3

Contents?: true

Size: 576 Bytes

Versions: 4

Compression:

Stored size: 576 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <title>Routes</title>
  <style>
    body { background-color: #fff; color: #333; }

    body, p, ol, ul, td {
      font-family: helvetica, verdana, arial, sans-serif;
      font-size:   13px;
      line-height: 18px;
    }

    pre {
      background-color: #eee;
      padding: 10px;
      font-size: 11px;
      white-space: pre-wrap;
    }

    a { color: #000; }
    a:visited { color: #666; }
    a:hover { color: #fff; background-color:#000; }
  </style>
</head>
<body>

<%= yield %>

</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sextant-0.1.3 app/views/layouts/rails/routes.html.erb
sextant-0.1.2 app/views/layouts/rails/routes.html.erb
sextant-0.1.1 app/views/layouts/rails/routes.html.erb
sextant-0.1.0 app/views/layouts/rails/routes.html.erb