summaryrefslogtreecommitdiff
path: root/app/views/groups/_create_chat_team.html.haml
blob: 561e68a9155e98e8f15e812f0f7bea59d0749f72 (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.mattermost-icon
        = custom_icon('icon_mattermost')
      Mattermost
  .col-sm-10
    .form-check.js-toggle-container
      .js-toggle-button.form-check-input= f.check_box(:create_chat_team, { checked: true }, 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" }