2016-02-24 11:08:00 -05:00
|
|
|
- if groups.any?
|
2016-02-29 16:39:40 -05:00
|
|
|
%ul.content-list
|
|
|
|
- groups.each_with_index do |group, i|
|
|
|
|
= render "shared/groups/group", group: group
|
2016-03-01 23:02:16 -05:00
|
|
|
- else
|
2016-05-13 01:42:07 -04:00
|
|
|
.nothing-here-block No groups found
|