mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 13:01:15 +00:00
a72b660cbb
(cherry picked from commit dd2aaadce3ecd3134a1ba0c82c5aaa05d6c11b2b) Conflicts: templates/admin/layout_head.tmpl mostly already done by https://codeberg.org/forgejo/forgejo/pulls/3087 web_src/css/base.css the conflict is because https://codeberg.org/forgejo/forgejo/pulls/3350 skipped Remove fomantic menu module (gitea#30325) and it was not ported.
14 lines
451 B
Go HTML Template
14 lines
451 B
Go HTML Template
{{template "base/head" .ctxData}}
|
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
|
<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}}
|