Restyled error messages in common way. Added title to head partial
This commit is contained in:
parent
d8f825ef00
commit
c873cf81f6
17 changed files with 56 additions and 113 deletions
|
@ -1,4 +1,5 @@
|
|||
%h1 Access Denied
|
||||
%h1 403
|
||||
%h3.page_title Access Denied
|
||||
%hr
|
||||
%h2 You are not allowed to access this page.
|
||||
%p You are not allowed to access this page.
|
||||
%p Read more about project permissions #{link_to "here", help_permissions_path, class: "vlink"}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%h1 Encoding Error
|
||||
%h1.http_status_code 500
|
||||
%h3.page_title Encoding Error
|
||||
%hr
|
||||
%p Page can't be loaded because of an encoding error.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%h1 404
|
||||
%h1.http_status_code 404
|
||||
%h3.page_title Git Resource Not found
|
||||
%hr
|
||||
%h2 Git Resource Not found
|
||||
%p
|
||||
Application can't get access to some branch or commit in your repository. It
|
||||
may have been moved.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%h1 Git Error
|
||||
%h1.http_status_code 500
|
||||
%h3.page_title GitLab was unable to access your Gitolite system.
|
||||
%hr
|
||||
%h2 GitLab was unable to access your Gitolite system.
|
||||
|
||||
.git_error_tips
|
||||
%h4 Tips for Administrator:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
%h1 404
|
||||
%h1.http_status_code 404
|
||||
%h3.page_title The resource you were looking for doesn't exist.
|
||||
%hr
|
||||
%h2 The resource you were looking for doesn't exist.
|
||||
%p You may have mistyped the address or the page may have moved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue