6 lines
199 B
Text
6 lines
199 B
Text
- if groups.any?
|
|
%ul.content-list
|
|
- groups.each_with_index do |group, i|
|
|
= render "shared/groups/group", group: group
|
|
- else
|
|
.nothing-here-block= s_("GroupsEmptyState|No groups found")
|