Changed message and title on the 404 page

This commit is contained in:
Branka Martinovic 2017-09-01 10:59:42 +02:00
parent 8713afe61f
commit cc08b863b6
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
title: Changed message and title on the 404 page
merge_request:
author: Branka Martinovic
type: added

View File

@ -72,8 +72,9 @@
404 404
</h1> </h1>
<div class="container"> <div class="container">
<h3>The page you're looking for could not be found.</h3> <h3>This page could not be found or you don't have the permission.</h3>
<hr /> <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>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> <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> <a href="javascript:history.back()" class="js-go-back go-back">Go back</a>