gitlab-org--gitlab-foss/app/views/groups/_create_chat_team.html.haml

17 lines
549 B
Plaintext
Raw Normal View History

2017-02-07 07:24:57 +00:00
.form-group
= f.label :create_chat_team, class: 'control-label' do
2017-02-07 07:24:57 +00:00
%span.mattermost-icon
= custom_icon('icon_mattermost')
Mattermost
.col-sm-10
2017-02-20 13:51:47 +00:00
.checkbox.js-toggle-container
= f.label :create_chat_team do
2017-02-28 16:32:30 +00:00
.js-toggle-button= f.check_box(:create_chat_team, { checked: true }, true, false)
2017-02-20 13:51:47 +00:00
Create a Mattermost team for this group
%br
%small.light.js-toggle-content
2017-03-06 07:55:30 +00:00
Mattermost URL:
2017-02-20 13:51:47 +00:00
= Settings.mattermost.host
%span> /
2017-02-24 12:25:42 +00:00
%span{ "data-bind-out" => "create_chat_team" }