aboutsummaryrefslogtreecommitdiffstats
path: root/railties/html/500.html
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-02-06 12:13:23 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-02-06 12:13:23 +0100
commit81c7a5d48d972c9e3973b4c018fafae1dfd9c0de (patch)
tree936c30ff9abeebc05d20b67bb9f5370b1f01a40b /railties/html/500.html
parent4866ce45d0ab66a1b237c55e21be730de282b059 (diff)
downloadrails-81c7a5d48d972c9e3973b4c018fafae1dfd9c0de.tar.gz
rails-81c7a5d48d972c9e3973b4c018fafae1dfd9c0de.tar.bz2
rails-81c7a5d48d972c9e3973b4c018fafae1dfd9c0de.zip
Remove the ERb in the 500 as it looks dumb when served by the web server directly. Also, to instructions will often be wrong (the error might well be in the web server log)
Diffstat (limited to 'railties/html/500.html')
-rw-r--r--railties/html/500.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/html/500.html b/railties/html/500.html
index 74142cb04a..ec3bbf02c4 100644
--- a/railties/html/500.html
+++ b/railties/html/500.html
@@ -25,9 +25,6 @@
<div class="dialog">
<h1>We're sorry, but something went wrong.</h1>
<p>We've been notified about this issue and we'll take a look at it shortly.</p>
- <p><small>(If you're the administrator of this website, then please read
- the log file "<%= "<%s>" % "%=h RAILS_ENV %" %>.log"
- to find out what went wrong.)</small></p>
</div>
</body>
</html>