Improve 404 error message (#10214)

This commit is contained in:
guillep2k 2020-02-10 16:23:35 -03:00 committed by GitHub
parent b5418a6443
commit 069a96ebe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -79,6 +79,8 @@ write = Write
preview = Preview
loading = Loading…
error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it.
[startpage]
app_desc = A painless, self-hosted Git service
install = Easy to install

View File

@ -4,6 +4,7 @@
<p style="margin-top: 100px"><img src="{{StaticUrlPrefix}}/img/404.png" alt="404"/></p>
<div class="ui divider"></div>
<br>
<p>{{.i18n.Tr "error404" | Safe}}
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
</div>
{{template "base/footer" .}}