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-07 12:58:52 +0300
committerPhil Hughes <me@iamphill.com>2016-09-13 10:44:59 +0300
commitecf7640b28562468880dda97ba42e5fd18c0859f (patch)
treee62aac4772dc492b84d10fac620ed66f0a9e80bc /app/views/projects/group_links
parent401b797671b9b67ef40c4afa75acdeca83b6a6de (diff)
Fixed group_links expire date not updating in view
Diffstat (limited to 'app/views/projects/group_links')
-rw-r--r--app/views/projects/group_links/update.js.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/group_links/update.js.haml b/app/views/projects/group_links/update.js.haml
index d3a37847f58..231d5a79723 100644
--- a/app/views/projects/group_links/update.js.haml
+++ b/app/views/projects/group_links/update.js.haml
@@ -1,3 +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'));
+ $("#group_member_#{@group_link.id} .list-item-name").replaceWith($listItem.find('.list-item-name'));