forgejo_a_10.0.1/templates/repo/settings/units.tmpl
David Rotermund 3ce683f79b
Some checks failed
Integration tests for the release process / release-simulation (push) Has been cancelled
Init
2025-02-23 03:12:21 +01:00

13 lines
528 B
Go HTML Template

{{template "repo/settings/layout_head" (dict "ctxData" . "pageClass" "repository settings options")}}
<div class="user-main-content twelve wide column">
<form class="ui form" method="post" action="{{.RepoLink}}/settings/units">
{{.CsrfTokenHtml}}
{{template "repo/settings/units/overview" .}}
{{template "repo/settings/units/issues" .}}
{{if not .IsMirror}}
{{template "repo/settings/units/pulls" .}}
{{end}}
{{template "repo/settings/units/wiki" .}}
</form>
</div>
{{template "repo/settings/layout_footer" .}}