mirror of
https://github.com/go-gitea/gitea.git
synced 2026-03-02 19:45:50 +01:00
The banner allows site operators to communicate important announcements (e.g., maintenance windows, policy updates, service notices) directly within the UI. The maintenance mode only allows admin to access the web UI. * Fix #2345 * Fix #9618 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
14 lines
519 B
Handlebars
14 lines
519 B
Handlebars
{{template "base/head" .ctxData}}
|
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}" {{if .dataGlobalInit}}data-global-init="{{.dataGlobalInit}}"{{end}}>
|
|
<div class="ui container fluid padded flex-container">
|
|
{{template "admin/navbar" .ctxData}}
|
|
<div class="flex-container-main">
|
|
{{template "base/alert" .ctxData}}
|
|
{{/* block: admin-setting-content */}}
|
|
|
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|