2023-04-23 15:51:21 +05:30
|
|
|
{{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings new webhook")}}
|
|
|
|
<div class="user-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-03-10 19:58:32 +05:30
|
|
|
</div>
|
2023-04-23 15:51:21 +05:30
|
|
|
{{template "user/settings/layout_footer" .}}
|