mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
8 lines
460 B
Handlebars
8 lines
460 B
Handlebars
{{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings new webhook")}}
|
|
<div class="org-setting-content">
|
|
{{$CustomHeaderTitle := ctx.Locale.Tr "repo.settings.update_webhook"}}
|
|
{{if .PageIsSettingsHooksNew}}{{$CustomHeaderTitle = ctx.Locale.Tr "repo.settings.add_webhook"}}{{end}}
|
|
{{template "webhook/new" (dict "ctxData" . "CustomHeaderTitle" $CustomHeaderTitle)}}
|
|
</div>
|
|
{{template "org/settings/layout_footer" .}}
|