gitlab-org--gitlab-foss/app/views/shared/groups/_list.html.haml
2017-12-07 09:11:41 +00:00

8 lines
244 B
Text

- if groups.any?
- user = local_assigns[:user]
%ul.content-list
- groups.each_with_index do |group, i|
= render "shared/groups/group", group: group, user: user
- else
.nothing-here-block= s_("GroupsEmptyState|No groups found")