1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00
gitea/templates/status/500.tmpl

10 lines
374 B
Cheetah
Raw Normal View History

{{template "base/head" .}}
<div class="ui container center">
2014-09-20 00:11:34 +00:00
<p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
<div class="ui divider"></div>
2014-07-26 04:24:27 +00:00
<br>
{{if .ErrorMsg}}<p>An error has occurred : {{.ErrorMsg}}</p>{{end}}
2015-11-24 23:49:34 +00:00
{{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
2014-03-23 05:12:55 +00:00
</div>
{{template "base/footer" .}}