Sha256: 8266ef9f3a64bb4b44443487d60a069eccad9156e2061dbe8437c7c721f68e6a

Contents?: true

Size: 735 Bytes

Versions: 2

Compression:

Stored size: 735 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset= "UTF-8">
  <title>Invalid Route</title>
  <style >
  body {
    background-color: #ffffff;
    color: #2E2F30;
    text-align: center;
    font-family: arial, sans-serif;
    margin: 0;
  }
  div.error_box {
    margin: auto;
    font-weight: bolder;
    width: 60%;
    border: 3px solid #ff3333;
    padding: 10px;
    background-color: #ff3333;
    margin-top: 5%;

  }

  </style>
</head>
<body>
  <div class="error_box">
  OOOPPSSSS!!!, the path "<%= path %>", you seek is not available, Old sport Check the list f the available paths and choose your path.
  </div>

  <div class="routes-list">
    <% endpoints.each do |method, route_info| %>

    <%end %>
  </div>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vundabar-0.2.0 generators/templates/invalid_route.html.erb
vundabar-0.1.0 generators/templates/invalid_route.html.erb