mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
15 lines
481 B
Handlebars
15 lines
481 B
Handlebars
|
{{template "base/head" .ctxData}}
|
||
|
<div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
|
||
|
{{template "repo/header" .ctxData}}
|
||
|
<div class="ui container stackable grid">
|
||
|
{{template "repo/settings/navbar" .ctxData}}
|
||
|
<div class="twelve wide column">
|
||
|
{{template "base/alert" .ctxData}}
|
||
|
{{/* block: repo-setting-content */}}
|
||
|
|
||
|
{{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
{{end}}
|