mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Merge branch 'dev' of github.com:gogits/gogs into dev
Conflicts: templates/status/500.tmpl
This commit is contained in:
@@ -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" .}}
|
||||
|
Reference in New Issue
Block a user