1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-30 06:08:35 +00:00

#1545 Cross reference the commit from the issue when it is closed by the commit

This commit is contained in:
Unknwon
2015-08-30 00:45:56 +08:00
parent 302938e646
commit 9b9e5f0290
9 changed files with 46 additions and 23 deletions

View File

@@ -1,10 +1,9 @@
{{template "ng/base/head" .}}
{{template "ng/base/header" .}}
<div id="body" class="container text-center">
{{template "base/head" .}}
<div class="ui container center">
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
<hr/>
<div class="ui divider"></div>
<br>
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
<p>Application Version: {{AppVer}}</p>
</div>
{{template "ng/base/footer" .}}
{{template "base/footer" .}}