Skip to content

Commit 4a7de87

Browse files
SagePtrtechknowlogick
authored andcommitted
Add gitea/issues link to 500 page (#4654)
1 parent 5dfe8b4 commit 4a7de87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/status/500.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
<br>
66
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
77
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
8+
{{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}}
89
</div>
910
{{template "base/footer" .}}

0 commit comments

Comments
 (0)