BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
538852fe
Commit
538852fe
authored
Sep 01, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add_message_to_the_404_page' into 'master'
Changed message and title on the 404 page See merge request !13982
parents
05825fe7
d4b88c61
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
add_message_to_the_404_page.yml
changelogs/unreleased/add_message_to_the_404_page.yml
+5
-0
404.html
public/404.html
+2
-1
No files found.
changelogs/unreleased/add_message_to_the_404_page.yml
0 → 100644
View file @
538852fe
---
title
:
Changed message and title on the 404 page
merge_request
:
author
:
Branka Martinovic
type
:
added
public/404.html
View file @
538852fe
...
...
@@ -72,8 +72,9 @@
404
</h1>
<div
class=
"container"
>
<h3>
The page
you're looking for could not be found
.
</h3>
<h3>
The page
could not be found or you don't have permission to view it
.
</h3>
<hr
/>
<p>
The resource that you are attempting to access does not exist or you don't have the necessary permissions to view it.
</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>
<a
href=
"javascript:history.back()"
class=
"js-go-back go-back"
>
Go back
</a>
...
...
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