Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-28 21:40:54 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-11-28 21:40:54 +0400
commitc873cf81f61d644639b459b2fde1267a41050bc1 (patch)
tree6326a177a96b0cad56d3b22d3cf469f716723c74 /public/500.html
parentd8f825ef009d10fe03674989239e3a26e21fff36 (diff)
Restyled error messages in common way. Added title to head partial
Diffstat (limited to 'public/500.html')
-rw-r--r--public/500.html9
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>