mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 05:36:07 +10:00
7 lines
175 B
Plaintext
7 lines
175 B
Plaintext
- 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
|