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