debian-mirror-gitlab/app/views/errors/access_denied.html.haml

16 lines
403 B
Text
Raw Normal View History

2018-03-27 19:54:05 +05:30
- message = local_assigns.fetch(:message)
2017-08-17 22:00:37 +05:30
- content_for(:title, 'Access Denied')
%img{ :alt => "GitLab Logo", :src => image_path('logo.svg') }
%h1
403
.container
%h3 Access Denied
%hr
2018-03-27 19:54:05 +05:30
- if message
%p
= message
- else
%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"}