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

index.html.haml « groups « explore « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10383613c2bdfe9f81aca4268d89d4557737376f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- page_title    "Groups"
- header_title  "Groups", dashboard_groups_path

- if current_user
  = render 'dashboard/groups_head'
- else
  = render 'explore/head'


- if @groups.present?
  = render 'groups'
- else
  .nothing-here-block No public groups

= paginate @groups, theme: "gitlab"

:javascript
  GroupsList.init();