소스 검색

Add gitea/issues link to 500 page (#4654)

tags/v1.6.0-dev
SagePtr 5 년 전
부모
커밋
4a7de87071
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      templates/status/500.tmpl

+ 1
- 0
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" .}}

Loading…
취소
저장