Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

500.tmpl 583B

1234567891011
  1. {{template "base/head" .}}
  2. <div class="ui container center">
  3. <p style="margin-top: 100px"><img src="{{AppSubUrl}}/img/500.png" alt="500"/></p>
  4. <div class="ui divider"></div>
  5. <br>
  6. {{if .ErrorMsg}}<p>An error has occurred :</p>
  7. <pre style="text-align: left">{{.ErrorMsg}}</pre>{{end}}
  8. {{if .ShowFooterVersion}}<p>Application Version: {{AppVer}}</p>{{end}}
  9. {{if .IsAdmin}}<p>If you are sure this is Gitea bug, please search for issue on <a href="https://github.com/go-gitea/gitea/issues">GitHub</a> and open new issue if necessary.</p>{{end}}
  10. </div>
  11. {{template "base/footer" .}}