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:
authorClement Ho <clemmakesapps@gmail.com>2018-04-24 03:21:38 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-04-24 03:21:38 +0300
commit0d77b9c9ff66835ad73858f7136653a4eb782822 (patch)
treef2c8fc037a34059a8418bd8258f9b52eff2eea8d /app/views/projects/jobs
parentc7dd05e968dd515810d79688ecde08cb3ca725ec (diff)
parent54b97f9ca55eded812b3fa1de424158c4c6f2614 (diff)
Merge branch 'master' into 'bootstrap4'
# Conflicts: # app/views/projects/jobs/index.html.haml
Diffstat (limited to 'app/views/projects/jobs')
-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 1f2750cbca7..22ccf2767fe 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-secondary' do
+ = link_to project_ci_lint_path(@project), class: 'btn btn-secondary' do
%span CI lint
.content-list.builds-content-list