BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
acd2702e
Commit
acd2702e
authored
Jan 07, 2014
by
Michael Moll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor language fixes
parent
1ad2a936
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.html.haml
app/views/projects/hooks/index.html.haml
+4
-4
No files found.
app/views/projects/hooks/index.html.haml
View file @
acd2702e
...
...
@@ -3,7 +3,7 @@
%p
.light
#{
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
...
...
@@ -25,21 +25,21 @@
=
f
.
label
:push_events
,
class:
'list-label'
do
%strong
Push events
%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
=
f
.
check_box
:issues_events
,
class:
'pull-left'
.prepend-left-20
=
f
.
label
:issues_events
,
class:
'list-label'
do
%strong
Issues events
%p
.light
This url will be triggered
for created issues
This url will be triggered
when an issue is created
%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
for created merge requests
This url will be triggered
when a merge request is created
.form-actions
=
f
.
submit
"Add Web Hook"
,
class:
"btn btn-create"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment