summaryrefslogtreecommitdiff
path: root/app/views/dashboard
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-03-02 14:10:37 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2017-03-02 14:10:37 +0200
commitf440bfd247fe6e69bc913ec60e3535fda4797031 (patch)
treea479db65c1822448e5042b2bd4b4a5ffcff27271 /app/views/dashboard
parent0a10d85927a62bfbe953656d55d50b3a3e7ffa01 (diff)
downloadgitlab-ce-f440bfd247fe6e69bc913ec60e3535fda4797031.tar.gz
Improve groups list specsdz-dashboard-groups-search
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/groups/_groups.html.haml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/dashboard/groups/_groups.html.haml b/app/views/dashboard/groups/_groups.html.haml
index 7385e1725f0..6c3bf1a2b3b 100644
--- a/app/views/dashboard/groups/_groups.html.haml
+++ b/app/views/dashboard/groups/_groups.html.haml
@@ -1,7 +1,6 @@
.js-groups-list-holder
%ul.content-list
- @group_members.each do |group_member|
- - group = group_member.group
- = render 'shared/groups/group', group: group, group_member: group_member
+ = render 'shared/groups/group', group: group_member.group, group_member: group_member
= paginate @group_members, theme: 'gitlab'