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
38f5bbf0
Commit
38f5bbf0
authored
Feb 07, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix form fields to bing to correct model
parent
34cc2a8e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
_create_chat_team.html.haml
app/views/groups/_create_chat_team.html.haml
+6
-6
No files found.
app/views/groups/_create_chat_team.html.haml
View file @
38f5bbf0
.form-group
=
f
.
label
:
name
,
class:
'control-label'
do
=
f
.
label
:
create_chat_team
,
class:
'control-label'
do
%span
.mattermost-icon
=
custom_icon
(
'icon_mattermost'
)
Mattermost
.col-sm-10
.checkbox
=
f
.
label
:
name
do
=
f
.
check_box
:create_chat_team
,
checked:
true
=
f
.
label
:
create_chat_team
do
=
f
.
check_box
:create_chat_team
,
checked:
@group
.
chat_team
Link the group to a new Mattermost team
.form-group
=
f
.
label
:chat_team
,
class:
'control-label'
do
Chat Team name
.col-sm-10
=
f
.
text_field
:chat_team
,
placeholder:
@group
.
name
,
class:
'form-control mattermost-team-name'
Leave blank to match your group name
=
f
.
text_field
:chat_team
,
placeholder:
@group
.
chat_team
,
class:
'form-control mattermost-team-name'
%small
Leave blank to match your group name
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