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: af9f9b1b3637a4b53594bd0c65206aa85627f026 (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'

= page_specific_javascript_bundle_tag('common_vue')
= page_specific_javascript_bundle_tag('groups')

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