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')
|
= 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
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue