2017-02-07 02:24:57 -05:00
|
|
|
.form-group
|
2018-04-11 15:36:17 -04:00
|
|
|
= f.label :create_chat_team, class: 'col-form-label' do
|
2017-02-07 02:24:57 -05:00
|
|
|
%span.mattermost-icon
|
|
|
|
= custom_icon('icon_mattermost')
|
|
|
|
Mattermost
|
|
|
|
.col-sm-10
|
2018-04-11 14:05:57 -04:00
|
|
|
.form-check.js-toggle-container
|
2018-05-31 15:20:46 -04:00
|
|
|
.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
|
2017-02-20 08:51:47 -05:00
|
|
|
Create a Mattermost team for this group
|
|
|
|
%br
|
|
|
|
%small.light.js-toggle-content
|
2017-03-06 02:55:30 -05:00
|
|
|
Mattermost URL:
|
2017-02-20 08:51:47 -05:00
|
|
|
= Settings.mattermost.host
|
|
|
|
%span> /
|
2017-02-24 07:25:42 -05:00
|
|
|
%span{ "data-bind-out" => "create_chat_team" }
|