summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/pipeline_editor/show.html.haml
blob: f1f8658fa3b59348e526c3021c3f610271d068b3 (plain)
1
2
3
4
5
6
7
8
- 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,
  "commit-id" => @project.commit ? @project.commit.id : '',
  "new-merge-request-path" => namespace_project_new_merge_request_path,
} }