Commit 60d95a0 1 parent 71a8fe3 commit 60d95a0 Copy full SHA for 60d95a0
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import (
25
25
const (
26
26
tplHooks base.TplName = "repo/settings/webhook/base"
27
27
tplHookNew base.TplName = "repo/settings/webhook/new"
28
- tplOrgHookNew base.TplName = "org/settings/webhook/new "
28
+ tplOrgHookNew base.TplName = "org/settings/hook_new "
29
29
)
30
30
31
31
// Webhooks render web hooks list page
Original file line number Diff line number Diff line change 23
23
</div>
24
24
</h4>
25
25
<div class="ui attached segment">
26
- {{template "repo/settings/hook_gitea " .}}
27
- {{template "repo/settings/hook_gogs " .}}
28
- {{template "repo/settings/hook_slack " .}}
29
- {{template "repo/settings/hook_discord " .}}
30
- {{template "repo/settings/hook_dingtalk " .}}
26
+ {{template "repo/settings/webhook/gitea " .}}
27
+ {{template "repo/settings/webhook/gogs " .}}
28
+ {{template "repo/settings/webhook/slack " .}}
29
+ {{template "repo/settings/webhook/discord " .}}
30
+ {{template "repo/settings/webhook/dingtalk " .}}
31
31
</div>
32
32
33
- {{template "repo/settings/hook_history " .}}
33
+ {{template "repo/settings/webhook/history " .}}
34
34
</div>
35
35
</div>
36
36
</div>
Original file line number Diff line number Diff line change 5
5
<div class="ui grid">
6
6
{{template "org/settings/navbar" .}}
7
7
<div class="twelve wide column content">
8
- {{template "repo/settings/hook_list " .}}
8
+ {{template "repo/settings/webhook/list " .}}
9
9
</div>
10
10
</div>
11
11
</div>
You can’t perform that action at this time.
0 commit comments