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

_children.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3afb6b2f849718d4b501d11d09b45e003a707c56 (plain)
1
2
3
4
5
= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'groups'

.js-groups-list-holder
  #js-groups-tree{ data: { hide_projects: 'false', group_id: group.id, endpoint: group_children_path(group, format: :json), path: group_path(group), form_sel: 'form#group-filter-form', filter_sel: '.js-groups-list-filter', holder_sel: '.js-groups-list-holder', dropdown_sel: '.js-group-filter-dropdown-wrap' } }