cowbell/splittypie

View on GitHub
app/templates/shared/errors/not-found.hbs

Summary

Maintainability
Test Coverage
<div class="text-center">
  <h1>Sorry, that page doesn't exist!</h1>
  <p class="lead">
    Check if your url is correct. You may also return to the {{link-to "Home page" "index"}}.
  </p>
</div>