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