From 6f2b1c32f3ccf422575f591b42372534502dcd72 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 9 Mar 2021 15:08:59 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/views/projects/ci/pipeline_editor/show.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/projects/ci/pipeline_editor') 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, -- cgit v1.2.1