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: f141b646e69370bf9c454262bd2fa71c104269a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.form-group
  .col-sm-2.col-form-label
    = f.label :create_chat_team do
      %span.gl-display-flex
        = custom_icon('icon_mattermost')
        %span.gl-ml-2 Mattermost
  .col-sm-12
    .form-check.js-toggle-container
      .js-toggle-button.form-check-input= f.check_box(:create_chat_team, { checked: false }, true, false)
      = f.label :create_chat_team, class: 'form-check-label' do
        = _('Create a Mattermost team for this group')
      %br
      %small.light.js-toggle-content
        Mattermost URL:
        = Settings.mattermost.host
        %span> /
        %span{ "data-bind-out" => "create_chat_team" }