diff options
author | José Valim <jose.valim@gmail.com> | 2011-09-05 00:16:41 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2011-09-05 00:16:41 -0700 |
commit | 7e16394b92ba8dd537b347ebda91a7c63cfa20ed (patch) | |
tree | 1c7ac98673f297bbc3eda44eb3c79c51c395de2b /railties | |
parent | 4f8777333d6afe15f821f59691f95aa5003e48cb (diff) | |
parent | 5acbc19f30b6d27ea9b131aa75bb23643d216088 (diff) | |
download | rails-7e16394b92ba8dd537b347ebda91a7c63cfa20ed.tar.gz rails-7e16394b92ba8dd537b347ebda91a7c63cfa20ed.tar.bz2 rails-7e16394b92ba8dd537b347ebda91a7c63cfa20ed.zip |
Merge pull request #2713 from FLOChip/500-fixed
remove misleading line on 500 error page. #2648
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/public/500.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/public/500.html b/railties/lib/rails/generators/rails/app/templates/public/500.html index b80307fc16..f3648a0dbc 100644 --- a/railties/lib/rails/generators/rails/app/templates/public/500.html +++ b/railties/lib/rails/generators/rails/app/templates/public/500.html @@ -20,7 +20,6 @@ <!-- This file lives in public/500.html --> <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> </div> </body> </html> |