summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 16:39:23 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-13 16:39:23 +0200
commit410f2b40f2579b2e6a77591157900ce07512ee36 (patch)
tree555d403bfd50878e2196bd9de7caf6b37e47b535 /app/views/layouts
parented3f267497a1348f7e50e396e1d3569f2da8d48b (diff)
downloadgitlab-ce-410f2b40f2579b2e6a77591157900ce07512ee36.tar.gz
Remove unneeded changes
Diffstat (limited to 'app/views/layouts')
-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 b58d8270230..f4797a85bb7 100644
--- a/app/views/layouts/nav/_project.html.haml
+++ b/app/views/layouts/nav/_project.html.haml
@@ -39,7 +39,7 @@
Commits
- if project_nav_tab? :builds
- = nav_link(controller: %w(ci_commits)) do
+ = nav_link(controller: %w(pipelines)) do
= link_to project_pipelines_path(@project), title: 'Pipelines', class: 'shortcuts-builds' do
= icon('ship fw')
%span