debian-mirror-gitlab/app/views/projects/ci/pipeline_editor/show.html.haml

9 lines
268 B
Text
Raw Normal View History

2022-03-02 08:16:31 +05:30
- @force_fluid_layout = true
2021-11-18 22:05:49 +05:30
- add_page_specific_style 'page_bundles/pipelines'
2021-01-29 00:20:46 +05:30
- page_title s_('Pipelines|Pipeline Editor')
2021-06-08 01:23:25 +05:30
- content_for :prefetch_asset_tags do
- webpack_preload_asset_tag('monaco')
2021-01-29 00:20:46 +05:30
2021-04-29 21:17:54 +05:30
#js-pipeline-editor{ data: js_pipeline_editor_data(@project) }