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
Léo-Paul Géneau
gitlab-ce
Commits
cc08b863
Commit
cc08b863
authored
Sep 01, 2017
by
Branka Martinovic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed message and title on the 404 page
parent
8713afe6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
changelogs/unreleased/add_message_to_the_404_page.yml
changelogs/unreleased/add_message_to_the_404_page.yml
+5
-0
public/404.html
public/404.html
+2
-1
No files found.
changelogs/unreleased/add_message_to_the_404_page.yml
0 → 100644
View file @
cc08b863
---
title
:
Changed message and title on the 404 page
merge_request
:
author
:
Branka Martinovic
type
:
added
public/404.html
View file @
cc08b863
...
...
@@ -72,8 +72,9 @@
404
</h1>
<div
class=
"container"
>
<h3>
Th
e page you're looking for could not be found
.
</h3>
<h3>
Th
is page could not be found or you don't have the permission
.
</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