This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix webhook link
master
Lunny Xiao
Kim "BKC" Carlbäcker
7 years ago
parent
e90bbcaa52
commit
be29d5f7ad
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/repo/settings/hook_gitea.tmpl
+1
-1
templates/repo/settings/hook_gogs.tmpl
+ 1
- 1
templates/repo/settings/hook_gitea.tmpl
View File
@@ -1,5 +1,5 @@
{{if eq .HookType "gitea"}}
<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "https://docs.gitea.io/
features/webhook.html
" | Str2html}}</p>
<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "https://docs.gitea.io/
en-us/webhooks/
" | Str2html}}</p>
<form class="ui form" action="{{.BaseLink}}/settings/hooks/gitea/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post">
{{.CsrfTokenHtml}}
<div class="required field {{if .Err_PayloadURL}}error{{end}}">
+ 1
- 1
templates/repo/settings/hook_gogs.tmpl
View File
@@ -1,5 +1,5 @@
{{if eq .HookType "gogs"}}
<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "https://docs.gitea.io/
features/webhook.html
" | Str2html}}</p>
<p>{{.i18n.Tr "repo.settings.add_webhook_desc" "https://docs.gitea.io/
en-us/webhooks/
" | Str2html}}</p>
<form class="ui form" action="{{.BaseLink}}/settings/hooks/gogs/{{if .PageIsSettingsHooksNew}}new{{else}}{{.Webhook.ID}}{{end}}" method="post">
{{.CsrfTokenHtml}}
<div class="required field {{if .Err_PayloadURL}}error{{end}}">
Write
Preview
Loading…
Cancel
Save