summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_list.html.haml
blob: 1aa7ed1f2eb9209657eb1bca6198a5f02c1818bd (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
  %h3 No groups found