Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
admin-fe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pleroma
admin-fe
Merge requests
!42
Show 404 page in English by default
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Show 404 page in English by default
maxf/admin-fe:feature/make-404-default-in-english
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Maxim Filippov
requested to merge
maxf/admin-fe:feature/make-404-default-in-english
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
closes
#38 (closed)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3f52ba1d
1 commit,
5 years ago
1 file
+
4
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/views/errorPage/404.vue
+
4
−
7
Options
@@ -9,12 +9,9 @@
</div>
<div
class=
"bullshit"
>
<div
class=
"bullshit__oops"
>
OOPS!
</div>
<div
class=
"bullshit__info"
>
版权所有
<a
class=
"link-type"
href=
"https://wallstreetcn.com"
target=
"_blank"
>
华尔街见闻
</a>
</div>
<div
class=
"bullshit__headline"
>
{{
message
}}
</div>
<div
class=
"bullshit__info"
>
请检查您输入的网址是否正确,请点击以下按钮返回主页或者发送错误报告
</div>
<router-link
to=
"/"
class=
"bullshit__return-home"
>
返回首页
</router-link>
<div
class=
"bullshit__info"
>
Please make sure you URL is correct
</div>
<router-link
to=
"/"
class=
"bullshit__return-home"
>
Go to the home page
</router-link>
</div>
</div>
</div>
@@ -26,7 +23,7 @@ export default {
name
:
'
Page404
'
,
computed
:
{
message
()
{
return
'
网管说这个页面你不能进......
'
return
'
There is nothing here
'
}
}
}
@@ -198,7 +195,7 @@ export default {
&
__return-home
{
display
:
block
;
float
:
left
;
width
:
1
10
px
;
width
:
1
65
px
;
height
:
36px
;
background
:
#1482f0
;
border-radius
:
100px
;
Loading