CI web hooks menu active state and consitent title

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2015-10-05 10:51:25 +02:00
parent c293cc9152
commit ecbe393b8d
No known key found for this signature in database
GPG key ID: 161B5D6A44D3D88A
2 changed files with 2 additions and 2 deletions

View file

@ -50,7 +50,7 @@
= icon('retweet fw') = icon('retweet fw')
%span %span
Triggers Triggers
= nav_link path: 'web_hooks#index' do = nav_link path: 'ci_web_hooks#index' do
= link_to namespace_project_ci_web_hooks_path(@project.namespace, @project) do = link_to namespace_project_ci_web_hooks_path(@project.namespace, @project) do
= icon('link fw') = icon('link fw')
%span %span

View file

@ -1,5 +1,5 @@
%h3.page-title %h3.page-title
Web hooks CI Web hooks
%p.light %p.light
Web Hooks can be used for binding events when build completed. Web Hooks can be used for binding events when build completed.