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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
f8bab610
Commit
f8bab610
authored
Dec 26, 2016
by
Kamil Trzciński
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fix-single-team' into 'master'
Fix single team selection See merge request !8251
parents
29c64545
e008e14c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/views/projects/mattermosts/_team_selection.html.haml
app/views/projects/mattermosts/_team_selection.html.haml
+3
-1
No files found.
app/views/projects/mattermosts/_team_selection.html.haml
View file @
f8bab610
...
@@ -8,7 +8,9 @@
...
@@ -8,7 +8,9 @@
=
@teams
.
one?
?
'The team'
:
'Select the team'
=
@teams
.
one?
?
'The team'
:
'Select the team'
where the slash commands will be used in
where the slash commands will be used in
-
selected_id
=
@teams
.
keys
.
first
if
@teams
.
one?
-
selected_id
=
@teams
.
keys
.
first
if
@teams
.
one?
=
f
.
select
(
:team_id
,
mattermost_teams_options
(
@teams
),
{},
{
class:
'form-control'
,
selected:
"
#{
selected_id
}
"
,
disabled:
@teams
.
one?
})
-
options
=
mattermost_teams_options
(
@teams
)
-
options
=
options_for_select
(
options
,
selected_id
)
=
f
.
select
(
:team_id
,
options
,
{},
{
class:
'form-control'
,
selected:
"
#{
selected_id
}
"
})
.help-block
.help-block
-
if
@teams
.
one?
-
if
@teams
.
one?
This is the only team where you are an administrator.
This is the only team where you are an administrator.
...
...
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