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:
authorPhil Hughes <me@iamphill.com>2016-09-01 15:48:20 +0300
committerPhil Hughes <me@iamphill.com>2016-09-13 10:44:59 +0300
commit4afd17b2786b5bca075ac7508979fad582c65bc9 (patch)
tree63fc1618f54ef9318e1621b1f15ab574be1a6fbb /app/views/projects/group_links
parent87a0501ded0d08ae718b6f3f6feb4ac2c9c6b016 (diff)
Included groups on project_members page
Diffstat (limited to 'app/views/projects/group_links')
-rw-r--r--app/views/projects/group_links/update.js.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/group_links/update.js.haml b/app/views/projects/group_links/update.js.haml
new file mode 100644
index 00000000000..d3a37847f58
--- /dev/null
+++ b/app/views/projects/group_links/update.js.haml
@@ -0,0 +1,3 @@
+:plain
+ var $listItem = $('#{escape_javascript(render('shared/members/group', group_link: @group_link, group: @group_link.group))}');
+ $("##{dom_id(@group_link.group)} .list-item-name").replaceWith($listItem.find('.list-item-name'));