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

7 lines
199 B
Text
Raw Normal View History

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