mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
145bebc829
Fix #25939 screenshots <img width="1895" alt="image" src="https://github.com/go-gitea/gitea/assets/81045/937eb28d-bb7d-4765-b580-bc991d61f467"> (cherry picked from commit fad232054542ade88268304fea9b09f778d74a29)
15 lines
494 B
Go HTML Template
15 lines
494 B
Go HTML Template
{{template "base/head" .ctxData}}
|
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
|
<div class="ui container gt-mb-4">
|
|
{{template "base/alert" .ctxData}}
|
|
</div>
|
|
<div class="ui container fluid padded flex-container">
|
|
{{template "admin/navbar" .ctxData}}
|
|
<div class="flex-container-main">
|
|
{{/* block: admin-setting-content */}}
|
|
|
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|