From ab17e4b74f0c607c4ddd4c160e2848819170551c Mon Sep 17 00:00:00 2001 From: Gabriel Mazetto Date: Mon, 30 May 2016 17:41:27 -0300 Subject: Small fixes and added to the changelog --- CHANGELOG | 1 + app/views/projects/hooks/index.html.haml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3e8b0a2af01..2dadbf7d502 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,7 @@ Please view this file on the master branch, on stable branches it's out of date. v 8.9.0 (unreleased) + - Allow enabling wiki page events from Webhook management UI - Allow forking projects with restricted visibility level - Improve note validation to prevent errors when creating invalid note via API - Redesign navigation for project pages 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 -- cgit v1.2.1