Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
made not_found page a little easier on the eyes
  • Loading branch information
kraih committed Jan 17, 2012
1 parent 7c53da6 commit 25238fb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions lib/Mojolicious/templates/not_found.development.html.ep
Expand Up @@ -17,11 +17,6 @@
background-color: #eef9ff;
padding: 0.5em;
}
h1 {
color: #2a2a2a;
font-size: 1.5em;
margin: 0;
}
pre {
margin: 0;
white-space: pre-wrap;
Expand Down Expand Up @@ -63,10 +58,10 @@
%= include inline => $Mojolicious::Controller::MOJOBAR
<div id="wrapperlicious">
<div id="routes">
<h1>Page not found</h1>
<p>
None of these routes matched, maybe you need to add one for
<code><%= $self->req->url->path %></code>?
None of these routes matched your request for
<code><%= $self->req->url->path %></code>, maybe you need to add
one?
</p>
% my $walk;
% $walk = begin
Expand Down

0 comments on commit 25238fb

Please sign in to comment.