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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a8b544ed
Commit
a8b544ed
authored
Jul 09, 2013
by
Yves Senn
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4519 from kwongius/team-assignment-text
Fix header text for setting greatest team access to a project
parents
e1ac3db9
1da67c2c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/views/admin/teams/projects/new.html.haml
app/views/admin/teams/projects/new.html.haml
+1
-1
app/views/projects/teams/available.html.haml
app/views/projects/teams/available.html.haml
+1
-1
No files found.
app/views/admin/teams/projects/new.html.haml
View file @
a8b544ed
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
.input
.input
=
select_tag
:project_ids
,
options_from_collection_for_select
(
@projects
,
:id
,
:name_with_namespace
),
multiple:
true
,
data:
{
placeholder:
'Select projects'
},
class:
'chosen span5'
=
select_tag
:project_ids
,
options_from_collection_for_select
(
@projects
,
:id
,
:name_with_namespace
),
multiple:
true
,
data:
{
placeholder:
'Select projects'
},
class:
'chosen span5'
%h6
Choose greatest user acces
for your team in this
projects:
%h6
Choose greatest user acces
s for your team in these
projects:
.clearfix
.clearfix
=
label_tag
:greatest_project_access
,
"Greatest Access"
=
label_tag
:greatest_project_access
,
"Greatest Access"
.input
.input
...
...
app/views/projects/teams/available.html.haml
View file @
a8b544ed
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
.padded
.padded
=
label_tag
:team_id
,
"Team"
=
label_tag
:team_id
,
"Team"
.input
=
select_tag
(
:team_id
,
options_from_collection_for_select
(
@teams
,
:id
,
:name
),
prompt:
"Select team"
,
class:
"chosen xxlarge"
,
required:
true
)
.input
=
select_tag
(
:team_id
,
options_from_collection_for_select
(
@teams
,
:id
,
:name
),
prompt:
"Select team"
,
class:
"chosen xxlarge"
,
required:
true
)
%p
.slead
Choose greatest user acces
in team you want to assign
:
%p
.slead
Choose greatest user acces
s for your team in this project
:
.padded
.padded
=
label_tag
:team_ids
,
"Permission"
=
label_tag
:team_ids
,
"Permission"
.input
=
select_tag
:greatest_project_access
,
options_for_select
(
UserTeam
.
access_roles
),
{
class:
"project-access-select chosen span3"
}
.input
=
select_tag
:greatest_project_access
,
options_for_select
(
UserTeam
.
access_roles
),
{
class:
"project-access-select chosen span3"
}
...
...
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