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
c8bf5905
Commit
c8bf5905
authored
Dec 26, 2012
by
Andrey Kumanyaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix form url and routes path
parent
98044f0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/groups/_new_group_member.html.haml
app/views/groups/_new_group_member.html.haml
+1
-1
config/routes.rb
config/routes.rb
+1
-1
No files found.
app/views/groups/_new_group_member.html.haml
View file @
c8bf5905
=
form_for
@team_member
,
as: :team_member
,
url:
team_members_group_path
(
@group
,
@team_member
)
do
|
f
|
=
form_for
@team_member
,
as: :team_member
,
url:
team_members_group_path
(
@group
)
do
|
f
|
%fieldset
%legend
=
"New Team member(s) for projects in
#{
@group
.
name
}
"
...
...
config/routes.rb
View file @
c8bf5905
...
...
@@ -103,7 +103,7 @@ Gitlab::Application.routes.draw do
get
:merge_requests
get
:search
get
:people
p
u
t
:team_members
p
os
t
:team_members
end
end
...
...
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