aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-09-05 00:16:41 -0700
committerJosé Valim <jose.valim@gmail.com>2011-09-05 00:16:41 -0700
commit7e16394b92ba8dd537b347ebda91a7c63cfa20ed (patch)
tree1c7ac98673f297bbc3eda44eb3c79c51c395de2b /railties/lib
parent4f8777333d6afe15f821f59691f95aa5003e48cb (diff)
parent5acbc19f30b6d27ea9b131aa75bb23643d216088 (diff)
downloadrails-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/lib')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/public/500.html1
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>