summaryrefslogtreecommitdiff
path: root/app/views/errors/access_denied.html.haml
blob: 8bddbef3562c9fb29dd37bc6bd4794c69121d1cb (plain)
1
2
3
4
5
6
7
8
9
10
- content_for(:title, 'Access Denied')
%img{:alt => "GitLab Logo",
     :src => image_path('logo.svg')}
  %h1
    403
.container
  %h3 Access Denied
  %hr
  %p You are not allowed to access this page.
  %p Read more about project permissions #{link_to "here", help_page_path("user/permissions"), class: "vlink"}