summaryrefslogtreecommitdiff
path: root/app/views/projects/jobs/index.html.haml
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-23 23:53:21 +0900
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-04-24 00:57:05 +0900
commitee274f89f9eae953265a6d6449e1214537fd184d (patch)
treec3446dd45395facd11f067797a502e5aff22f55e /app/views/projects/jobs/index.html.haml
parent627eba55d63daf7e725edc5425debfc3890f2f9f (diff)
downloadgitlab-ce-ee274f89f9eae953265a6d6449e1214537fd184d.tar.gz
Update links to /ci/lint with ones to project ci/lint
Diffstat (limited to 'app/views/projects/jobs/index.html.haml')
-rw-r--r--app/views/projects/jobs/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/jobs/index.html.haml b/app/views/projects/jobs/index.html.haml
index 9963cc93633..fe1c338b634 100644
--- a/app/views/projects/jobs/index.html.haml
+++ b/app/views/projects/jobs/index.html.haml
@@ -15,7 +15,7 @@
- unless @repository.gitlab_ci_yml
= link_to 'Get started with Pipelines', help_page_path('ci/quick_start/README'), class: 'btn btn-info'
- = link_to ci_lint_path, class: 'btn btn-default' do
+ = link_to project_ci_lint_path(@project), class: 'btn btn-default' do
%span CI lint
.content-list.builds-content-list