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>2021-01-07 00:10:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-07 00:10:18 +0300
commit096c38a822bc60f9e0ff9a5266d5bae95f187cc3 (patch)
treeeec39bb52267105e38ee8f5266aca41148c1e3af /app/views/projects/ci
parent653048c5eeb8351344155d5e03a7d5a6138ba6ec (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 eebad76cc7c..f65b2ab24be 100644
--- a/app/views/projects/ci/pipeline_editor/show.html.haml
+++ b/app/views/projects/ci/pipeline_editor/show.html.haml
@@ -6,4 +6,5 @@
"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'),
+ "yml-help-page-path" => help_page_path('ci/yaml/README'),
} }