summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/pipeline_editor/show.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-30 21:08:52 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-30 21:08:52 +0000
commit07c452dfa09f8215053d42e010efebb0c4b69ae6 (patch)
tree31504bddd7cf705ac8fadc94d7a412831aac857c /app/views/projects/ci/pipeline_editor/show.html.haml
parent98d7cc758fb73239fb957c297446c811ab4150d9 (diff)
downloadgitlab-ce-07c452dfa09f8215053d42e010efebb0c4b69ae6.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.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/projects/ci/pipeline_editor/show.html.haml b/app/views/projects/ci/pipeline_editor/show.html.haml
index 1482c2fddc0..0e032f2575e 100644
--- a/app/views/projects/ci/pipeline_editor/show.html.haml
+++ b/app/views/projects/ci/pipeline_editor/show.html.haml
@@ -1,3 +1,6 @@
- page_title s_('Pipelines|Pipeline Editor')
-#js-pipeline-editor
+#js-pipeline-editor{ data: { "ci-config-path": @project.ci_config_path_or_default,
+ "project-path" => @project.full_path,
+ "default-branch" => @project.default_branch,
+} }