gitlab-org--gitlab-foss/app/views/explore/groups/_groups.html.haml

7 lines
162 B
Plaintext

.js-groups-list-holder
%ul.content-list
- @groups.each do |group|
= render 'shared/groups/group', group: group
= paginate @groups, theme: 'gitlab'