CI web hooks menu active state and consitent title
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
c293cc9152
commit
ecbe393b8d
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
= icon('retweet fw')
|
||||
%span
|
||||
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
|
||||
= icon('link fw')
|
||||
%span
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
%h3.page-title
|
||||
Web hooks
|
||||
CI Web hooks
|
||||
|
||||
%p.light
|
||||
Web Hooks can be used for binding events when build completed.
|
||||
|
|
Loading…
Reference in a new issue