move webhook/settings file around

This commit is contained in:
oliverpool 2024-04-08 17:03:08 +02:00
parent 7d0ea92da4
commit 6227422c4d
14 changed files with 13 additions and 13 deletions

View file

@ -22,5 +22,5 @@
<label for="secret">{{ctx.Locale.Tr "repo.settings.secret"}}</label>
<input id="secret" name="secret" type="password" value="{{.Webhook.Secret}}" autocomplete="off">
</div>
{{template "repo/settings/webhook/settings" .}}
{{template "webhook/shared-settings" .}}
</form>