Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts: templates/status/500.tmpl
This commit is contained in:
commit
3f38ff6c09
3 changed files with 31 additions and 22 deletions
|
@ -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" .}}
|
|
@ -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" .}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue