BigW Consortium Gitlab

_groups.html.haml 162 Bytes
Newer Older
1
.js-groups-list-holder
2 3 4 5 6
  %ul.content-list
    - @groups.each do |group|
      = render 'shared/groups/group', group: group

  = paginate @groups, theme: 'gitlab'