debian-mirror-gitlab/app/views/projects/ci/pipeline_editor/show.html.haml
2022-03-02 08:16:31 +05:30

8 lines
268 B
Text

- @force_fluid_layout = true
- add_page_specific_style 'page_bundles/pipelines'
- 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) }