2015-08-27 00:30:06 +08:00
|
|
|
{{template "base/head" .}}
|
|
|
|
|
<div class="organization settings new webhook">
|
2015-12-07 23:30:52 +01:00
|
|
|
{{template "org/header" .}}
|
|
|
|
|
<div class="ui container">
|
|
|
|
|
<div class="ui grid">
|
|
|
|
|
{{template "org/settings/navbar" .}}
|
|
|
|
|
<div class="twelve wide column content">
|
|
|
|
|
{{template "base/alert" .}}
|
|
|
|
|
<h4 class="ui top attached header">
|
|
|
|
|
{{if .PageIsSettingsHooksNew}}{{.i18n.Tr "repo.settings.add_webhook"}}{{else}}{{.i18n.Tr "repo.settings.update_webhook"}}{{end}}
|
|
|
|
|
<div class="ui right">
|
|
|
|
|
{{if eq .HookType "gogs"}}
|
2017-04-06 17:27:57 -04:00
|
|
|
<img class="img-13" src="{{AppSubURL}}/img/favicon.png">
|
2017-03-19 17:44:46 -04:00
|
|
|
{{else}}
|
2017-04-06 17:27:57 -04:00
|
|
|
<img class="img-13" src="{{AppSubURL}}/img/{{.HookType}}.png">
|
2015-12-07 23:30:52 +01:00
|
|
|
{{end}}
|
|
|
|
|
</div>
|
|
|
|
|
</h4>
|
|
|
|
|
<div class="ui attached segment">
|
2017-03-16 15:50:18 -04:00
|
|
|
{{template "repo/settings/webhook/gogs" .}}
|
|
|
|
|
{{template "repo/settings/webhook/slack" .}}
|
|
|
|
|
{{template "repo/settings/webhook/discord" .}}
|
2017-09-22 02:32:48 +08:00
|
|
|
{{template "repo/settings/webhook/dingtalk" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
2015-08-27 00:30:06 +08:00
|
|
|
|
2017-03-16 15:50:18 -04:00
|
|
|
{{template "repo/settings/webhook/history" .}}
|
2015-12-07 23:30:52 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2014-09-04 07:17:00 -04:00
|
|
|
</div>
|
2015-08-27 00:30:06 +08:00
|
|
|
{{template "base/footer" .}}
|