summaryrefslogtreecommitdiff
path: root/app/views/shared/groups/_list.html.haml
blob: de0ddf9e8218f41e05500bb2a1d286d8e5103540 (plain)
1
2
3
4
- if groups.any?
  %ul.content-list
    - groups.each_with_index do |group, i|
      = render "shared/groups/group", group: group