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: 0e032f2575ebc673ce9cd0d419abe1ac8bf199a9 (plain)
1
2
3
4
5
6
- 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,
} }