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

index.html.haml « groups « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9b45a539a119c2f6fb471b6426f93d726d53973 (plain)
1
2
3
4
5
6
7
8
9
10
11
- page_title "Groups"
- header_title  "Groups", dashboard_groups_path
= render 'dashboard/groups_head'

= webpack_bundle_tag 'common_vue'
= webpack_bundle_tag 'groups'

- if @groups.empty?
  = render 'empty_state'
- else
  = render 'groups'