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-12-09 13:06:02 +0300
committerPhil Hughes <me@iamphill.com>2016-12-09 13:06:02 +0300
commit1637ce4e6a64c154eca93444f6a62664f4e78e7a (patch)
tree756854152f0eb118ffa94aba71d61a0ac65fbb35 /app/views/projects/group_links
parent19fb84e3a897f5b251fb3f437fe365c6ec342c34 (diff)
Updated JS based on review
Fixed group links dropdown to match
Diffstat (limited to 'app/views/projects/group_links')
-rw-r--r--app/views/projects/group_links/update.js.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/group_links/update.js.haml b/app/views/projects/group_links/update.js.haml
index af9a5b19060..55520fda494 100644
--- a/app/views/projects/group_links/update.js.haml
+++ b/app/views/projects/group_links/update.js.haml
@@ -1,3 +1,4 @@
:plain
var $listItem = $('#{escape_javascript(render('shared/members/group', group_link: @group_link))}');
$("#group_member_#{@group_link.id} .list-item-name").replaceWith($listItem.find('.list-item-name'));
+ gl.utils.localTimeAgo($('.js-timeago'), $("#group_member_#{@group_link.id}"));