diff options
author | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-07 20:47:52 +0300 |
---|---|---|
committer | randx <dmitriy.zaporozhets@gmail.com> | 2012-09-07 20:47:52 +0300 |
commit | 367e17cc84bd432117f283d2e858a29d033e979f (patch) | |
tree | bae138ce5a254b3f0245ed779451a39752e76209 /app/views/errors | |
parent | e8f39a0a61c4c91b8a5dc016474b6139a79a52e8 (diff) | |
download | gitlab-ce-367e17cc84bd432117f283d2e858a29d033e979f.tar.gz |
5xx error status code for gitolite & encoding error
Diffstat (limited to 'app/views/errors')
-rw-r--r-- | app/views/errors/encoding.html.haml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app/views/errors/encoding.html.haml b/app/views/errors/encoding.html.haml index 4662437f2d2..d7b5e68e870 100644 --- a/app/views/errors/encoding.html.haml +++ b/app/views/errors/encoding.html.haml @@ -1,5 +1,3 @@ -.alert-message.block-message.error - %h3 Encoding Error - %hr - %p - Page can't be loaded because of an encoding error. +%h1 Encoding Error +%hr +%p Page can't be loaded because of an encoding error. |