summaryrefslogtreecommitdiff
path: root/app/views/groups/_create_chat_team.html.haml
blob: 9a3ff0313b58560e371dc2932236acec23572310 (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: 'col-form-label' do
    %span.mattermost-icon
      = custom_icon('icon_mattermost')
    Mattermost
  .col-sm-10
    .form-check.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" }