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

_groups.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: 8a8c2a740f150e814729137eced976cc0e85e961 (plain)
1
2
3
4
5
6
.groups-list-holder
  %ul.content-list
    - @groups.each do |group|
      = render 'shared/groups/group', group: group

  = paginate @groups, theme: 'gitlab'