Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_pipelines_list.haml « commit « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 09e3a775d1cb8419d523a170cb0f35eb8a3d1cd6 (plain)
1
2
3
4
5
6
7
8
9
- disable_initialization = local_assigns.fetch(:disable_initialization, false)
#commit-pipeline-table-view{ data: { disable_initialization: disable_initialization,
  endpoint: endpoint,
  "help-page-path" => help_page_path('ci/quick_start/README'),
} }

- content_for :page_specific_javascripts do
  = page_specific_javascript_bundle_tag('common_vue')
  = page_specific_javascript_bundle_tag('commit_pipelines')