mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
bb50ab2861
* Style and template tweaks - Get red and green buttons on arc green closer to base theme - EasyMDE adjustments, toolbar and focus border - Fix header on 404 repo page - Tweaks to frontpage search, add 'Create Repo' button - Fix misaligned box headers - Fix pagination on arc-green - Fix background and footer on explore and repo search * better fix for header button alignment * add label hover for reactions
12 lines
556 B
Handlebars
12 lines
556 B
Handlebars
{{template "base/head" .}}
|
|
<div class="page-content ui container full-screen-width center">
|
|
<p style="margin-top: 100px"><img class="ui centered image" src="{{StaticUrlPrefix}}/img/500.png" alt="500"/></p>
|
|
<div class="ui divider"></div>
|
|
<br>
|
|
{{if .ErrorMsg}}<p>{{.i18n.Tr "error.occurred"}}:</p>
|
|
<pre style="text-align: left">{{.ErrorMsg}}</pre>{{end}}
|
|
{{if .ShowFooterVersion}}<p>{{.i18n.Tr "admin.config.app_ver"}}: {{AppVer}}</p>{{end}}
|
|
{{if .IsAdmin}}<p>{{.i18n.Tr "error.report_message" | Safe}}</p>{{end}}
|
|
</div>
|
|
{{template "base/footer" .}}
|