gitlab-org--gitlab-foss/app/views/errors/access_denied.html.haml

10 lines
309 B
Plaintext
Raw Normal View History

2016-11-29 18:44:07 +00:00
- content_for(:title, 'Access Denied')
%img{ :alt => "GitLab Logo", :src => image_path('logo.svg') }
2016-11-29 18:44:07 +00:00
%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"}