Commit ab17e4b7 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Small fixes and added to the changelog

parent 6506a9dd
Please view this file on the master branch, on stable branches it's out of date. Please view this file on the master branch, on stable branches it's out of date.
v 8.9.0 (unreleased) v 8.9.0 (unreleased)
- Allow enabling wiki page events from Webhook management UI
- Allow forking projects with restricted visibility level - Allow forking projects with restricted visibility level
- Improve note validation to prevent errors when creating invalid note via API - Improve note validation to prevent errors when creating invalid note via API
- Redesign navigation for project pages - Redesign navigation for project pages
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
= f.check_box :wiki_page_events, class: 'pull-left' = f.check_box :wiki_page_events, class: 'pull-left'
.prepend-left-20 .prepend-left-20
= f.label :wiki_page_events, class: 'label-light append-bottom-0' do = f.label :wiki_page_events, class: 'label-light append-bottom-0' do
%strong Wiki Page events Wiki Page events
%p.light %p.light
This url will be triggered when a wiki page is created/updated This url will be triggered when a wiki page is created/updated
.form-group .form-group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment