diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-04-24 00:21:38 +0000 |
---|---|---|
committer | Clement Ho <clemmakesapps@gmail.com> | 2018-04-24 00:21:38 +0000 |
commit | 0d77b9c9ff66835ad73858f7136653a4eb782822 (patch) | |
tree | f2c8fc037a34059a8418bd8258f9b52eff2eea8d /app/views/projects/jobs | |
parent | c7dd05e968dd515810d79688ecde08cb3ca725ec (diff) | |
parent | 54b97f9ca55eded812b3fa1de424158c4c6f2614 (diff) | |
download | gitlab-ce-0d77b9c9ff66835ad73858f7136653a4eb782822.tar.gz |
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.haml | 2 |
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 |