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

7 lines
199 B
Plaintext
Raw Normal View History

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