mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 19:16:39 +10:00
5 lines
130 B
Plaintext
5 lines
130 B
Plaintext
- if groups.any?
|
|
%ul.content-list
|
|
- groups.each_with_index do |group, i|
|
|
= render "shared/groups/group", group: group
|