summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/pipeline_editor/show.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-03-09 15:08:59 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-09 15:08:59 +0000
commit6f2b1c32f3ccf422575f591b42372534502dcd72 (patch)
tree2ed532687d73e290f07c760825c02a2ecbaa5416 /app/views/projects/ci/pipeline_editor/show.html.haml
parentb90d8b54a4d623e52cf1d4318023e3b18d13dd5b (diff)
downloadgitlab-ce-6f2b1c32f3ccf422575f591b42372534502dcd72.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/ci/pipeline_editor/show.html.haml')
-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 a6c031fd80b..3e10cf49b66 100644
--- a/app/views/projects/ci/pipeline_editor/show.html.haml
+++ b/app/views/projects/ci/pipeline_editor/show.html.haml
@@ -4,6 +4,7 @@
"commit-sha" => @project.commit ? @project.commit.sha : '',
"default-branch" => @project.default_branch,
"empty-state-illustration-path" => image_path('illustrations/empty-state/empty-dag-md.svg'),
+ "initial-branch-name": params[:branch_name],
"lint-help-page-path" => help_page_path('ci/lint', anchor: 'validate-basic-logic-and-syntax'),
"new-merge-request-path" => namespace_project_new_merge_request_path,
"project-path" => @project.path,