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

_create_chat_team.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e702c4f20fa78fa9f581a49241b637c0795774d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.form-group
  = f.label :create_chat_team, class: 'control-label' do
    %span.mattermost-icon
      = custom_icon('icon_mattermost')
    Mattermost
  .col-sm-10
    .checkbox
      = f.label :create_chat_team do
        = f.check_box(:create_chat_team, { checked: @group.chat_team }, 'true', 'false')
        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.chat_team, class: 'form-control mattermost-team-name'
    %small
      Leave blank to match your group name