Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
230fb75a
Commit
230fb75a
authored
Nov 08, 2014
by
Lukas Reschke
Browse files
Merge pull request #12038 from sebomoto/fix-user-dropdown
changed default dropdown content
parents
da14a605
cc19d05a
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/js/users/users.js
View file @
230fb75a
...
...
@@ -46,7 +46,7 @@ var UserList = {
// make them look like the multiselect buttons
// until they get time to really get initialized
groupsSelect
=
$
(
'
<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="
'
+
t
(
'
settings
'
,
'
G
roup
s
'
)
+
'
"></select>
'
)
groupsSelect
=
$
(
'
<select multiple="multiple" class="groupsselect multiselect button" data-placehoder="Groups" title="
'
+
t
(
'
settings
'
,
'
no g
roup
'
)
+
'
"></select>
'
)
.
data
(
'
username
'
,
username
)
.
data
(
'
user-groups
'
,
groups
);
if
(
$tr
.
find
(
'
td.subadmins
'
).
length
>
0
)
{
...
...
Write
Preview
Supports
Markdown
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