summaryrefslogtreecommitdiff
path: root/app/views/projects/ci/pipeline_editor/show.html.haml
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) }