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: 20de1b4c973cf2ff973f1aba2369c9632c7ae771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.form-group
  = f.label :create_chat_team, class: 'control-label' do
    %span.mattermost-icon
      = custom_icon('icon_mattermost')
    Mattermost
  .col-sm-10
    .checkbox.js-toggle-container
      = f.label :create_chat_team do
        .js-toggle-button= f.check_box(:create_chat_team, { checked: true }, true, false)
        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" }