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