This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
3183092ca9
gitlab-org--gitlab-foss
/
app
/
assets
/
javascripts
/
groups.js.coffee
5 lines
111 B
CoffeeScript
Raw
Normal View
History
Unescape
Escape
Export all coffee classes with @
2014-10-20 16:48:07 -04:00
class
@
GroupMembers
Added UsersGroup scaffold. Simplify adding people to group
2013-06-17 09:51:43 -04:00
constructor:
->
Huge replace of old users_project and users_group references Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-09-14 12:32:51 -04:00
$
(
'
li.group_member
'
)
.
bind
'
ajax:success
'
,
->
Added UsersGroup scaffold. Simplify adding people to group
2013-06-17 09:51:43 -04:00
$
(
this
)
.
fadeOut
(
)
Copy permalink