Welcome to mirror list, hosted at ThFree Co, Russian Federation.

show.html.haml « pipeline_editor « ci « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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,
} }