debian-mirror-gitlab/app/views/shared/groups/_list.html.haml
2018-03-17 18:26:18 +05:30

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")