diff options
author | Gabriel Mazetto <gabriel@gitlab.com> | 2016-05-30 17:41:27 -0300 |
---|---|---|
committer | Gabriel Mazetto <gabriel@gitlab.com> | 2016-05-30 17:41:27 -0300 |
commit | ab17e4b74f0c607c4ddd4c160e2848819170551c (patch) | |
tree | ac08d6839779eea11e75fc386b09b94ad3ca6fa2 /app/views | |
parent | 6506a9dd4433a261531613b344c3307159cd7d72 (diff) | |
download | gitlab-ce-ab17e4b74f0c607c4ddd4c160e2848819170551c.tar.gz |
Small fixes and added to the changelogpatch/wiki_page_events
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/hooks/index.html.haml | 2 |
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 |