diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-28 19:40:54 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-11-28 19:40:54 +0200 |
commit | c873cf81f61d644639b459b2fde1267a41050bc1 (patch) | |
tree | 6326a177a96b0cad56d3b22d3cf469f716723c74 /public/500.html | |
parent | d8f825ef009d10fe03674989239e3a26e21fff36 (diff) | |
download | gitlab-ce-c873cf81f61d644639b459b2fde1267a41050bc1.tar.gz |
Restyled error messages in common way. Added title to head partial
Diffstat (limited to 'public/500.html')
-rw-r--r-- | public/500.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/public/500.html b/public/500.html index 3be1cc259c0..5b78e3e38cb 100644 --- a/public/500.html +++ b/public/500.html @@ -4,13 +4,10 @@ <title>We're sorry, but something went wrong (500)</title> <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> </head> - <body> - <!-- This file lives in public/500.html --> <h1>500</h1> - <div> - <h2>We're sorry, but something went wrong.</h2> - <p>We've been notified about this issue and we'll take a look at it shortly.</p> - </div> + <h3>We're sorry, but something went wrong.</h3> + <hr/> + <p>We've been notified about this issue and we'll take a look at it shortly.</p> </body> </html> |