Merge branch 'dev' of github.com:gogits/gogs into dev

Conflicts:
	templates/status/500.tmpl
This commit is contained in:
Unknwon 2014-07-26 00:25:43 -04:00
commit 3f38ff6c09
3 changed files with 31 additions and 22 deletions

View file

@ -1,7 +0,0 @@
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container">
<p>An error is occurred : {{.ErrorMsg}}</p>
<p>Application Version: {{AppVer}}</p>
</div>
{{template "base/footer" .}}

View file

@ -4,7 +4,7 @@
<p style="margin-top: 100px"><img src="/img/500.png" alt="500"/></p>
<hr/>
<br>
{{if .ErrorMsg}}<p>An error is occurred : {{.ErrorMsg}}</p>{{end}}
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
<p>Application Version: {{AppVer}}</p>
</div>
{{template "ng/base/footer" .}}
{{template "ng/base/footer" .}}