Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <gabriel@gitlab.com>2016-05-30 23:41:27 +0300
committerGabriel Mazetto <gabriel@gitlab.com>2016-05-30 23:41:27 +0300
commitab17e4b74f0c607c4ddd4c160e2848819170551c (patch)
treeac08d6839779eea11e75fc386b09b94ad3ca6fa2 /app/views/projects/hooks
parent6506a9dd4433a261531613b344c3307159cd7d72 (diff)
Small fixes and added to the changelog
Diffstat (limited to 'app/views/projects/hooks')
-rw-r--r--app/views/projects/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml
index e4092f761d8..917a0b805b1 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -68,7 +68,7 @@
= f.check_box :wiki_page_events, class: 'pull-left'
.prepend-left-20
= f.label :wiki_page_events, class: 'label-light append-bottom-0' do
- %strong Wiki Page events
+ Wiki Page events
%p.light
This url will be triggered when a wiki page is created/updated
.form-group