Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
GitLab
管理
动态
成员
标记
计划
议题
议题看板
里程碑
迭代
需求
代码
合并请求
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
测试用例
产物
部署
发布
Package registry
Container registry
模型注册表
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
贡献者分析
CI/CD 分析
仓库分析
代码评审分析
议题分析
洞察
模型实验
效能分析
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
gitlab-cn
GitLab
提交
bd8ff93c
提交
bd8ff93c
编辑于
9 years ago
作者:
Douwe Maan
浏览文件
操作
下载
补丁
差异文件
Improve text on error pages.
上级
1dd0caf4
No related branches found
No related tags found
无相关合并请求
变更
6
隐藏空白变更内容
行内
左右并排
显示
6 个更改的文件
public/404.html
+4
-3
4 个添加, 3 个删除
public/404.html
public/422.html
+6
-6
6 个添加, 6 个删除
public/422.html
public/500.html
+3
-2
3 个添加, 2 个删除
public/500.html
public/502.html
+2
-1
2 个添加, 1 个删除
public/502.html
public/deploy.html
+9
-3
9 个添加, 3 个删除
public/deploy.html
public/static.css
+8
-2
8 个添加, 2 个删除
public/static.css
有
32 个添加
和
17 个删除
public/404.html
+
4
−
3
浏览文件 @
bd8ff93c
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
The page you
we
re 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"
/>
<link
href=
"/static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
</head>
<body>
<body>
<h1>
404
</h1>
<h1>
404
</h1>
<h3>
The page you
we
re looking for
doesn't exist
.
</h3>
<h3>
The page you
'
re looking for
could not be found
.
</h3>
<hr/>
<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>
</body>
</html>
</html>
此差异已折叠。
点击以展开。
public/422.html
+
6
−
6
浏览文件 @
bd8ff93c
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
The change you
wan
ted was rejected (422)
</title>
<title>
The change you
reques
ted was rejected (422)
</title>
<link
href=
"
/
static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
<link
href=
"static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
</head>
<body>
<body>
<!-- This file lives in public/422.html -->
<!-- This file lives in public/422.html -->
<h1>
422
</h1>
<h1>
422
</h1>
<
div
>
<
h3>
The change you requested was rejected.
</h3
>
<h
2>
The change you wanted was rejected.
</h2
>
<h
r
/
>
<p>
Ma
ybe you tried to change something you didn't have access to
.
</p>
<p>
Ma
ke sure you have access to the thing you tried to change
.
</p>
<
/div
>
<
p>
Please contact your GitLab administrator if you think this is a mistake.
</p
>
</body>
</body>
</html>
</html>
此差异已折叠。
点击以展开。
public/500.html
+
3
−
2
浏览文件 @
bd8ff93c
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<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"
/>
<link
href=
"/static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
</head>
<body>
<body>
<h1>
500
</h1>
<h1>
500
</h1>
<h3>
W
e're sorry, but
something went wrong.
</h3>
<h3>
W
hoops,
something went wrong
on our end
.
</h3>
<hr/>
<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>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
</body>
</body>
</html>
</html>
此差异已折叠。
点击以展开。
public/502.html
+
2
−
1
浏览文件 @
bd8ff93c
...
@@ -6,8 +6,9 @@
...
@@ -6,8 +6,9 @@
</head>
</head>
<body>
<body>
<h1>
502
</h1>
<h1>
502
</h1>
<h3>
GitLab is
not
respond
ing
.
</h3>
<h3>
Whoops,
GitLab is
taking too much time to
respond.
</h3>
<hr/>
<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>
<p>
Please contact your GitLab administrator if this problem persists.
</p>
</body>
</body>
</html>
</html>
此差异已折叠。
点击以展开。
public/deploy.html
+
9
−
3
浏览文件 @
bd8ff93c
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<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"
/>
<link
href=
"/static.css"
media=
"screen"
rel=
"stylesheet"
type=
"text/css"
/>
</head>
</head>
<body>
<body>
<h1><center><img
src=
"/gitlab_logo.png"
/></center>
Deploy in progress
</h1>
<h1>
<h3>
Please try again in a few minutes or contact your administrator.
</h3>
<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>
</body>
</html>
</html>
此差异已折叠。
点击以展开。
public/static.css
+
8
−
2
浏览文件 @
bd8ff93c
...
@@ -2,18 +2,24 @@ body {
...
@@ -2,18 +2,24 @@ body {
color
:
#666
;
color
:
#666
;
text-align
:
center
;
text-align
:
center
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
margin
:
0
;
margin
:
0
;
width
:
800px
;
width
:
800px
;
margin
:
auto
;
margin
:
auto
;
font-size
:
14px
;
font-size
:
14px
;
}
}
h1
{
h1
{
font-size
:
56px
;
font-size
:
56px
;
line-height
:
100px
;
line-height
:
100px
;
font-weight
:
normal
;
font-weight
:
normal
;
color
:
#456
;
color
:
#456
;
}
}
h2
{
font-size
:
24px
;
color
:
#666
;
line-height
:
1.5em
;
}
h2
{
font-size
:
24px
;
color
:
#666
;
line-height
:
1.5em
;
}
h3
{
h3
{
color
:
#456
;
color
:
#456
;
...
...
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录