Skip to content

Commit

Permalink
Merge pull request rails#6692 from schneems/schneems/something-went-w…
Browse files Browse the repository at this point in the history
…rong

Add Prompt to 404 & 500 Pages to Check Logs in Production
  • Loading branch information
José Valim committed Jun 10, 2012
2 parents 03f2249 + 4c82d3f commit 613357c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -22,5 +22,6 @@
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>
Expand Up @@ -21,5 +21,6 @@
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>

0 comments on commit 613357c

Please sign in to comment.