summaryrefslogtreecommitdiff
path: root/app/views/explore/groups/_groups.html.haml
blob: 794c6d1d17069b9463b3c04a7535f1153aef4524 (plain)
1
2
3
4
5
6
.js-groups-list-holder
  %ul.content-list
    - @groups.each do |group|
      = render 'shared/groups/group', group: group

  = paginate @groups, theme: 'gitlab'