summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_list.html.haml
blob: aec8ecd17143e733491d6980da1898256ab87208 (plain)
1
2
3
4
5
6
- 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")