Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-02-02 17:04:02 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-02-16 11:17:40 +0300
commit297dc70158f905fef4557d1ee6510bcf459a08a9 (patch)
treeb35fa5508d947f1d19e644ac9b1149145f9bb45a /app/views/groups/new.html.haml
parente90ec73f651ca6153a72437d4dd01f60c38839da (diff)
Create MM team for GitLab group
Diffstat (limited to 'app/views/groups/new.html.haml')
-rw-r--r--app/views/groups/new.html.haml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/groups/new.html.haml b/app/views/groups/new.html.haml
index 38d63fd9acc..8e1513b151b 100644
--- a/app/views/groups/new.html.haml
+++ b/app/views/groups/new.html.haml
@@ -17,6 +17,11 @@
= render 'shared/visibility_level', f: f, visibility_level: default_group_visibility, can_change_visibility_level: true, form_model: @group
.form-group
+ = f.label :create_chat_team, "Create Mattermost Team", class: 'control-label'
+ .col-sm-10
+ = f.check_box :chat_team
+
+ .form-group
.col-sm-offset-2.col-sm-10
= render 'shared/group_tips'