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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-12-22 18:09:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-22 18:09:51 +0300
commitd72be033dbc66b5e77b49f050b4f87e5df57c873 (patch)
treedeebb0550cb9732184ec6eb7f8a44219dec47d41 /app/views/projects/ci
parent5393d9eb26fb71826e048798806c05906c169e61 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/ci')
-rw-r--r--app/views/projects/ci/pipeline_editor/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/ci/pipeline_editor/show.html.haml b/app/views/projects/ci/pipeline_editor/show.html.haml
index 9533f28871b..eebad76cc7c 100644
--- a/app/views/projects/ci/pipeline_editor/show.html.haml
+++ b/app/views/projects/ci/pipeline_editor/show.html.haml
@@ -5,4 +5,5 @@
"default-branch" => @project.default_branch,
"commit-sha" => @project.commit ? @project.commit.sha : '',
"new-merge-request-path" => namespace_project_new_merge_request_path,
+ "lint-help-page-path" => help_page_path('ci/lint', anchor: 'validate-basic-logic-and-syntax'),
} }