summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks/index.html.haml
diff options
context:
space:
mode:
authoriqualisoni <italo.qualisoni@gmail.com>2016-01-11 01:02:27 -0200
committeriqualisoni <italo.qualisoni@gmail.com>2016-01-11 01:02:27 -0200
commite304a76eb6f15310dc53f560e12db0eae7816856 (patch)
tree9f55619bcfdf506f3a9da5908cba56ff4cc6ab1e /app/views/projects/hooks/index.html.haml
parentbe76e402f9a5cb3f71b94d886e7545d9d41ce43b (diff)
downloadgitlab-ce-e304a76eb6f15310dc53f560e12db0eae7816856.tar.gz
Issue #5817 wording of the web hooks updated on issue and merge events
Diffstat (limited to 'app/views/projects/hooks/index.html.haml')
-rw-r--r--app/views/projects/hooks/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml
index b18d9197d0b..a0511819c9f 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -47,14 +47,14 @@
= f.label :issues_events, class: 'list-label' do
%strong Issues events
%p.light
- This url will be triggered when an issue is created
+ This url will be triggered when an issue is created/updated/merged
%div
= f.check_box :merge_requests_events, class: 'pull-left'
.prepend-left-20
= f.label :merge_requests_events, class: 'list-label' do
%strong Merge Request events
%p.light
- This url will be triggered when a merge request is created
+ This url will be triggered when a merge request is created/updated/merged
%div
= f.check_box :build_events, class: 'pull-left'
.prepend-left-20