diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-24 15:57:38 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-24 15:57:38 +0300 |
commit | 8307704c2dec2059089b9bf4acbd231e0fe0c8e2 (patch) | |
tree | 0cca3680ee2316bda12ae030f94e84597b3e8a99 /app/views/errors/encoding.html.haml | |
parent | 308b11a5b7aca22a35fc9c4b06593be0fca5d6cc (diff) | |
download | gitlab-ce-8307704c2dec2059089b9bf4acbd231e0fe0c8e2.tar.gz |
Improve error page layout
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/errors/encoding.html.haml')
-rw-r--r-- | app/views/errors/encoding.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/errors/encoding.html.haml b/app/views/errors/encoding.html.haml index 7021f06dd7f..64c7451a8da 100644 --- a/app/views/errors/encoding.html.haml +++ b/app/views/errors/encoding.html.haml @@ -1,4 +1,4 @@ -%h1.http_status_code 500 -%h3.page-title Encoding Error +%h1 500 +%h3 Encoding Error %hr %p Page can't be loaded because of an encoding error. |