Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
56b42f58
Commit
56b42f58
authored
May 30, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added TeamMembers.js file
parent
01a8f388
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
app/assets/javascripts/dispatcher.js.coffee
app/assets/javascripts/dispatcher.js.coffee
+2
-0
app/assets/javascripts/team_members.js.coffee
app/assets/javascripts/team_members.js.coffee
+6
-0
No files found.
app/assets/javascripts/dispatcher.js.coffee
View file @
56b42f58
...
...
@@ -30,6 +30,8 @@ class Dispatcher
new
Project
()
when
'walls:show'
new
Wall
(
project_id
)
when
'teams:members:index'
new
TeamMembers
()
switch
path
.
first
()
when
'admin'
then
new
Admin
()
...
...
app/assets/javascripts/team_members.js.coffee
0 → 100644
View file @
56b42f58
class
TeamMembers
constructor
:
->
$
(
'.team-members .project-access-select'
).
on
"change"
,
->
$
(
this
.
form
).
submit
()
@
TeamMembers
=
TeamMembers
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment