aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/settings/webhook_settings.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/settings/webhook_settings.tmpl')
-rw-r--r--templates/repo/settings/webhook_settings.tmpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/repo/settings/webhook_settings.tmpl b/templates/repo/settings/webhook_settings.tmpl
index 13256824..856f6e11 100644
--- a/templates/repo/settings/webhook_settings.tmpl
+++ b/templates/repo/settings/webhook_settings.tmpl
@@ -42,6 +42,16 @@
</div>
</div>
</div>
+ <!-- Fork -->
+ <div class="seven wide column">
+ <div class="field">
+ <div class="ui checkbox">
+ <input class="hidden" name="fork" type="checkbox" tabindex="0" {{if .Webhook.Fork}}checked{{end}}>
+ <label>{{.i18n.Tr "repo.settings.event_fork"}}</label>
+ <span class="help">{{.i18n.Tr "repo.settings.event_fork_desc"}}</span>
+ </div>
+ </div>
+ </div>
<!-- Push -->
<div class="seven wide column">
<div class="field">