diff options
author | SagePtr <sageptr@gmail.com> | 2018-08-11 19:04:43 +0200 |
---|---|---|
committer | techknowlogick <techknowlogick@users.noreply.github.com> | 2018-08-11 13:04:43 -0400 |
commit | 4a7de8707129522910e2b413a1c9b047132dff75 (patch) | |
tree | eb039f7e135ac374d5405a77b8cc33f65cebf047 | |
parent | 5dfe8b43409c4216e0de3a8f2912dac25bcddf62 (diff) | |
download | gitea-4a7de8707129522910e2b413a1c9b047132dff75.tar.gz gitea-4a7de8707129522910e2b413a1c9b047132dff75.zip |
Add gitea/issues link to 500 page (#4654)
-rw-r--r-- | templates/status/500.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/status/500.tmpl b/templates/status/500.tmpl index fba069eeb1..6dfc1d7ace 100644 --- a/templates/status/500.tmpl +++ b/templates/status/500.tmpl @@ -5,5 +5,6 @@ <br> {{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}} {{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}} + {{if .IsAdmin}}<p>If you are sure this is Gitea bug, please search for issue on <a href="https://github.com/go-gitea/gitea/issues">GitHub</a> and open new issue if necessary.</p>{{end}} </div> {{template "base/footer" .}} |