Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_list.html.haml « groups « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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