1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-30 22:28:37 +00:00

Merge default and system webhooks under one menu (#14244)

This commit is contained in:
Lauris BH
2021-01-15 01:24:03 +02:00
committed by GitHub
parent 84b147c7f0
commit 6eee9f0f4e
12 changed files with 148 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
{{$isNew:=or .PageIsSettingsHooksNew .PageIsAdminHooksNew}}
{{$isNew:=or .PageIsSettingsHooksNew .PageIsAdminDefaultHooksNew .PageIsAdminSystemHooksNew}}
<div class="field">
<h4>{{.i18n.Tr "repo.settings.event_desc"}}</h4>
<div class="grouped event type fields">