debian-mirror-gitlab/app/views/explore/groups/_groups.html.haml
2017-08-17 22:00:37 +05:30

6 lines
162 B
Text

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