summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2018-08-08 11:07:34 -0400
committerGitHub <noreply@github.com>2018-08-08 11:07:34 -0400
commit0e464995cefa381b0bc8703998c1b653ae4e3586 (patch)
treee4d1021ad7a727529d9d4535d74652084949e807
parent152c6af97e34199789b3afd49f3ab967c6c85823 (diff)
downloadgitea-0e464995cefa381b0bc8703998c1b653ae4e3586.tar.gz
gitea-0e464995cefa381b0bc8703998c1b653ae4e3586.zip
Remove link to GitHub issues (#4639)
-rw-r--r--templates/status/404.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/status/404.tmpl b/templates/status/404.tmpl
index fa3d340dd5..ee54e2de0a 100644
--- a/templates/status/404.tmpl
+++ b/templates/status/404.tmpl
@@ -4,6 +4,5 @@
<div class="ui divider"></div>
<br>
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
- <p>If you think this is an error, please open an issue on <a href="https://github.com/go-gitea/gitea/issues/new">GitHub</a>.</p>
</div>
{{template "base/footer" .}}