您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567
  1. {{template "user/settings/layout_head" (dict "ctxData" . "pageClass" "user settings new webhook")}}
  2. <div class="user-setting-content">
  3. {{$CustomHeaderTitle := ctx.Locale.Tr "repo.settings.update_webhook"}}
  4. {{if .PageIsSettingsHooksNew}}{{$CustomHeaderTitle = ctx.Locale.Tr "repo.settings.add_webhook"}}{{end}}
  5. {{template "webhook/new" (dict "ctxData" . "CustomHeaderTitle" $CustomHeaderTitle)}}
  6. </div>
  7. {{template "user/settings/layout_footer" .}}