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: 18eac48d42a11c0ea32aa4e77cfc513e87dd9013 (plain)
1
2
3
4
5
6
7
8
9
- @force_fluid_layout = true
- add_page_specific_style 'page_bundles/pipelines'
- add_page_specific_style 'page_bundles/pipeline_editor'

- page_title s_('Pipelines|Pipeline Editor')
- content_for :prefetch_asset_tags do
  - webpack_preload_asset_tag('monaco')

#js-pipeline-editor{ data: js_pipeline_editor_data(@project) }