gitlab-org--gitlab-foss/app/views/shared/groups/_list.html.haml

9 lines
244 B
Text
Raw Normal View History

- if groups.any?
- user = local_assigns[:user]
2016-02-29 16:39:40 -05:00
%ul.content-list
- groups.each_with_index do |group, i|
= render "shared/groups/group", group: group, user: user
2016-03-01 23:02:16 -05:00
- else
.nothing-here-block= s_("GroupsEmptyState|No groups found")