diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-08-16 09:13:50 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-08-16 09:13:50 +0300 |
commit | 05da3801f53f06fdc529b4f3820af1380039f245 (patch) | |
tree | 802c64a56ff22306ba9690980e38980e749f5154 /app/views/errors/access_denied.html.haml | |
parent | 17948951ff0787570972eff925ab4703821238fe (diff) | |
download | gitlab-ce-05da3801f53f06fdc529b4f3820af1380039f245.tar.gz |
Restyled erros pages & avatar class
Diffstat (limited to 'app/views/errors/access_denied.html.haml')
-rw-r--r-- | app/views/errors/access_denied.html.haml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/views/errors/access_denied.html.haml b/app/views/errors/access_denied.html.haml index 644ee03ec9f..4766ef7bcdd 100644 --- a/app/views/errors/access_denied.html.haml +++ b/app/views/errors/access_denied.html.haml @@ -1,5 +1,4 @@ -.alert-message.block-message.error - %h3 Access Denied - %hr - %p Youre not allowed to access this page - %p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"} +%h1 Access Denied +%hr +%h2 You are not allowed to access this page +%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"} |