BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
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
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
dispatcher.js.coffee
app/assets/javascripts/dispatcher.js.coffee
+2
-0
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