~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/railties/html/500.html

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
       "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
 
4
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5
 
 
6
 
<head>
7
 
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
8
 
  <title>We're sorry, but something went wrong (500)</title>
9
 
        <style type="text/css">
10
 
                body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
11
 
                div.dialog {
12
 
                        width: 25em;
13
 
                        padding: 0 4em;
14
 
                        margin: 4em auto 0 auto;
15
 
                        border: 1px solid #ccc;
16
 
                        border-right-color: #999;
17
 
                        border-bottom-color: #999;
18
 
                }
19
 
                h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
20
 
        </style>
21
 
</head>
22
 
 
23
 
<body>
24
 
  <!-- This file lives in public/500.html -->
25
 
  <div class="dialog">
26
 
    <h1>We're sorry, but something went wrong.</h1>
27
 
    <p>We've been notified about this issue and we'll take a look at it shortly.</p>
28
 
  </div>
29
 
</body>
30
 
</html>