Skip to content

Commit

Permalink
made error message easier to extract from exception page
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 12, 2014
1 parent 6a98983 commit 6821063
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions lib/Mojolicious/templates/development.html.ep
Expand Up @@ -70,17 +70,17 @@
}
.value { padding-left: 1em }
.wide { width: 100% }
#footer {
padding-top: 1em;
text-align: center;
}
#nothing { padding-top: 60px }
#showcase > pre {
#error {
font: 1.5em 'Helvetica Neue', Helvetica, sans-serif;
font-weight: 300;
margin: 0;
text-shadow: #333 0 1px 0;
}
#footer {
padding-top: 1em;
text-align: center;
}
#nothing { padding-top: 60px }
#showcase table { margin-top: 1em }
#showcase td {
padding-top: 0;
Expand Down Expand Up @@ -150,7 +150,7 @@
% end
% end
<div id="showcase" class="box code spaced">
<pre><%= $exception->message %></pre>
<pre id="error"><%= $exception->message %></pre>
<div id="context" class="more">
<table>
% for my $line (@{$exception->lines_before}) {
Expand Down

0 comments on commit 6821063

Please sign in to comment.