2023-04-23 04:21:21 -06:00
|
|
|
{{template "org/settings/layout_head" (dict "ctxData" . "pageClass" "organization settings new webhook")}}
|
2023-09-05 06:00:28 -06:00
|
|
|
<div class="org-setting-content">
|
2023-09-25 02:56:50 -06:00
|
|
|
{{$CustomHeaderTitle := ctx.Locale.Tr "repo.settings.update_webhook"}}
|
|
|
|
{{if .PageIsSettingsHooksNew}}{{$CustomHeaderTitle = ctx.Locale.Tr "repo.settings.add_webhook"}}{{end}}
|
2023-09-06 04:11:06 -06:00
|
|
|
{{template "webhook/new" (dict "ctxData" . "CustomHeaderTitle" $CustomHeaderTitle)}}
|
2023-09-05 06:00:28 -06:00
|
|
|
</div>
|
2023-04-23 04:21:21 -06:00
|
|
|
{{template "org/settings/layout_footer" .}}
|