diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2009-02-06 08:58:21 -0800 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2009-02-06 08:58:21 -0800 |
commit | a4790e93bce7fdb4ff049209d7fa49c6c30650f0 (patch) | |
tree | cf786f4a710daa9ba81a61204afeec4f334e497a /railties/html/500.html | |
parent | 34f34e300980dfef0b8a8d4515ef84ce1f168417 (diff) | |
parent | 10b6073968eb43a3e20efd352d97d08720beeb12 (diff) | |
download | rails-a4790e93bce7fdb4ff049209d7fa49c6c30650f0.tar.gz rails-a4790e93bce7fdb4ff049209d7fa49c6c30650f0.tar.bz2 rails-a4790e93bce7fdb4ff049209d7fa49c6c30650f0.zip |
Merge branch 'master' of git@github.com:rails/rails
Diffstat (limited to 'railties/html/500.html')
-rw-r--r-- | railties/html/500.html | 3 |
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> |