Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
bd8ff93c
Commit
bd8ff93c
authored
May 10, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve text on error pages.
parent
1dd0caf4
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
32 additions
and
17 deletions
+32
-17
public/404.html
public/404.html
+4
-3
public/422.html
public/422.html
+6
-6
public/500.html
public/500.html
+3
-2
public/502.html
public/502.html
+2
-1
public/deploy.html
public/deploy.html
+9
-3
public/static.css
public/static.css
+8
-2
No files found.
public/404.html
View file @
bd8ff93c
<!DOCTYPE html>
<html>
<head>
<title>
The page you
were looking for doesn't exist
(404)
</title>
<title>
The page you
're looking for could not be found
(404)
</title>
<link
href=
"/static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
<body>
<h1>
404
</h1>
<h3>
The page you
were looking for doesn't exist
.
</h3>
<h3>
The page you
're looking for could not be found
.
</h3>
<hr/>
<p>
You may have mistyped the address or the page may have moved.
</p>
<p>
Make sure the address is correct and that the page hasn't moved.
</p>
<p>
Please contact your GitLab administrator if you think this is a mistake.
</p>
</body>
</html>
public/422.html
View file @
bd8ff93c
<!DOCTYPE html>
<html>
<head>
<title>
The change you
wan
ted was rejected (422)
</title>
<link
href=
"
/
static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
<title>
The change you
reques
ted was rejected (422)
</title>
<link
href=
"static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
<body>
<!-- This file lives in public/422.html -->
<h1>
422
</h1>
<
div
>
<h2>
The change you wanted was rejected.
</h2
>
<p>
Maybe you tried to change something you didn't have access to
.
</p>
<
/div
>
<
h3>
The change you requested was rejected.
</h3
>
<hr
/
>
<p>
Make sure you have access to the thing you tried to change
.
</p>
<
p>
Please contact your GitLab administrator if you think this is a mistake.
</p
>
</body>
</html>
public/500.html
View file @
bd8ff93c
<!DOCTYPE html>
<html>
<head>
<title>
We're sorry, but s
omething went wrong (500)
</title>
<title>
S
omething went wrong (500)
</title>
<link
href=
"/static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
<body>
<h1>
500
</h1>
<h3>
W
e're sorry, but something went wrong
.
</h3>
<h3>
W
hoops, something went wrong on our end
.
</h3>
<hr/>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
</body>
</html>
public/502.html
View file @
bd8ff93c
...
...
@@ -6,8 +6,9 @@
</head>
<body>
<h1>
502
</h1>
<h3>
GitLab is not responding
.
</h3>
<h3>
Whoops, GitLab is taking too much time to respond
.
</h3>
<hr/>
<p>
Try refreshing the page, or going back and attempting the action again.
</p>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
</body>
</html>
public/deploy.html
View file @
bd8ff93c
<!DOCTYPE html>
<html>
<head>
<title>
Deploy in progress
. Please try again in a few minutes
</title>
<title>
Deploy in progress
</title>
<link
href=
"/static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
<body>
<h1><center><img
src=
"/gitlab_logo.png"
/></center>
Deploy in progress
</h1>
<h3>
Please try again in a few minutes or contact your administrator.
</h3>
<h1>
<img
src=
"/gitlab_logo.png"
/><br
/>
Deploy in progress
</h1>
<h3>
Please try again in a few minutes.
</h3>
<hr/>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
</body>
</html>
public/static.css
View file @
bd8ff93c
...
...
@@ -2,18 +2,24 @@ body {
color
:
#666
;
text-align
:
center
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
margin
:
0
;
margin
:
0
;
width
:
800px
;
margin
:
auto
;
font-size
:
14px
;
}
h1
{
font-size
:
56px
;
line-height
:
100px
;
font-weight
:
normal
;
color
:
#456
;
}
h2
{
font-size
:
24px
;
color
:
#666
;
line-height
:
1.5em
;
}
h2
{
font-size
:
24px
;
color
:
#666
;
line-height
:
1.5em
;
}
h3
{
color
:
#456
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment