summaryrefslogtreecommitdiff
path: root/app/views/groups/_create_chat_team.html.haml
blob: b2b5a2090f911e1b327e74b5d6394dbe6b5bc0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.form-group
  = f.label :name, 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
        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