mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 05:39:14 +01:00
9b0743ae33
Same as #26903
7 lines
454 B
Handlebars
7 lines
454 B
Handlebars
{{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings new webhook")}}
|
|
<div class="org-setting-content">
|
|
{{$CustomHeaderTitle := .locale.Tr "repo.settings.update_webhook"}}
|
|
{{if .PageIsSettingsHooksNew}}{{$CustomHeaderTitle = .locale.Tr "repo.settings.add_webhook"}}{{end}}
|
|
{{template "webhook/new" (dict "ctxData" . "CustomHeaderTitle" $CustomHeaderTitle)}}
|
|
</div>
|
|
{{template "org/settings/layout_footer" .}}
|