debian-mirror-gitlab/app/views/projects/ci/pipeline_editor/show.html.haml

9 lines
352 B
Text
Raw Normal View History

2021-01-29 00:20:46 +05:30
- page_title s_('Pipelines|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,
2021-02-22 17:27:13 +05:30
"commit-id" => @project.commit ? @project.commit.id : '',
"new-merge-request-path" => namespace_project_new_merge_request_path,
2021-01-29 00:20:46 +05:30
} }