Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-12 20:57:22 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 12:03:39 +0300
commit406a796f76824e18f4dca2d29c41dcc3d2e4d457 (patch)
tree15faba18fd0132c0380cb91524855865037bd6f6 /app/views/layouts/nav/_project.html.haml
parente84c155f092600b90be291f0f7bb649811fa53fb (diff)
Make Pipeline view work
Diffstat (limited to 'app/views/layouts/nav/_project.html.haml')
-rw-r--r--app/views/layouts/nav/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_project.html.haml b/app/views/layouts/nav/_project.html.haml
index fcce1b1dc98..b58d8270230 100644
--- a/app/views/layouts/nav/_project.html.haml
+++ b/app/views/layouts/nav/_project.html.haml
@@ -40,7 +40,7 @@
- if project_nav_tab? :builds
= nav_link(controller: %w(ci_commits)) do
- = link_to project_ci_commits_path(@project), title: 'Pipelines', class: 'shortcuts-builds' do
+ = link_to project_pipelines_path(@project), title: 'Pipelines', class: 'shortcuts-builds' do
= icon('ship fw')
%span
Pipelines