提交 81699417 编写于 作者: S Sytse Sijbrandij

Merge branch 'hooks_spelling' of /mnt/ebs/repositories/mmoll/gitlab-ce

...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
%p.light %p.light
#{link_to "Web hooks ", help_web_hooks_path, class: "vlink"} can be #{link_to "Web hooks ", help_web_hooks_path, class: "vlink"} can be
used for binding events when something happends to the the project. used for binding events when something is happening within the project.
%hr.clearfix %hr.clearfix
...@@ -25,21 +25,21 @@ ...@@ -25,21 +25,21 @@
= f.label :push_events, class: 'list-label' do = f.label :push_events, class: 'list-label' do
%strong Push events %strong Push events
%p.light %p.light
This url will be triggered in case of push to repository This url will be triggered by a push to the repository
%div %div
= f.check_box :issues_events, class: 'pull-left' = f.check_box :issues_events, class: 'pull-left'
.prepend-left-20 .prepend-left-20
= f.label :issues_events, class: 'list-label' do = f.label :issues_events, class: 'list-label' do
%strong Issues events %strong Issues events
%p.light %p.light
This url will be triggered for created issues This url will be triggered when an issue is created
%div %div
= f.check_box :merge_requests_events, class: 'pull-left' = f.check_box :merge_requests_events, class: 'pull-left'
.prepend-left-20 .prepend-left-20
= f.label :merge_requests_events, class: 'list-label' do = f.label :merge_requests_events, class: 'list-label' do
%strong Merge Request events %strong Merge Request events
%p.light %p.light
This url will be triggered for created merge requests This url will be triggered when a merge request is created
.form-actions .form-actions
= f.submit "Add Web Hook", class: "btn btn-create" = f.submit "Add Web Hook", class: "btn btn-create"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册