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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/dashboard/groups/_groups.html.haml')
-rw-r--r--app/views/dashboard/groups/_groups.html.haml8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/views/dashboard/groups/_groups.html.haml b/app/views/dashboard/groups/_groups.html.haml
index 9e19b6bc347..e7a5fa8ba32 100644
--- a/app/views/dashboard/groups/_groups.html.haml
+++ b/app/views/dashboard/groups/_groups.html.haml
@@ -1,7 +1 @@
-.js-groups-list-holder{ data: { endpoint: dashboard_groups_path(format: :json) } }
- %ul.content-list
- - @groups.each do |group|
- - group_member = group.group_members.find_by(user_id: current_user)
- = render 'shared/groups/group', group: group_member.group, group_member: group_member
-
- = paginate @groups, theme: 'gitlab'
+.js-groups-list-holder#dashboard-group-app{ data: { endpoint: dashboard_groups_path(format: :json) } }