unclesp1d3r/CipherSwarm

View on GitHub
app/views/errors/route_not_found.html.erb

Summary

Maintainability
Test Coverage
<h1><%= title "Route Not Found" %></h1>
<div class="row">
  <div class="col-xs-10 col-sm-6 offset-xs-1 offset-sm-3">
    <div class="card my-5">
      <div class="card-body">
        <i class="far fa-4x fa-times-circle float-end"></i>
        <h4 class="card-title">Route Not Found</h4>
        <h6 class="card-subtitle mt-2 mb-3 text-muted">The page you were looking for doesn't exist.</h6>
        <p class="card-text">You may have mistyped the address or the page may have moved.</p>
      </div>
    </div>
  </div>
</div>