feat: vendor gitea 1.16.2

This commit is contained in:
2026-06-02 08:36:01 +00:00
parent 247cd60f69
commit 54798b4615
2145 changed files with 162965 additions and 126447 deletions
@@ -6,6 +6,12 @@
*/}}
{{$isNew := not .Webhook.ID}}
<div class="field">
<label>{{ctx.Locale.Tr "repo.settings.webhook.name"}}</label>
<input name="name" type="text" value="{{.Webhook.Name}}" maxlength="255">
<p class="help">{{ctx.Locale.Tr "repo.settings.webhook.name_helper"}}</p>
</div>
<div class="inline field">
<div class="ui checkbox">
<input name="active" type="checkbox" {{if or $isNew .Webhook.IsActive}}checked{{end}}>