debian-mirror-gitlab/app/views/groups/_create_chat_team.html.haml

18 lines
604 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
.form-group
2019-09-04 21:01:54 +05:30
.col-sm-2.col-form-label
= f.label :create_chat_team do
%span.mattermost-icon
= custom_icon('icon_mattermost')
Mattermost
2017-08-17 22:00:37 +05:30
.col-sm-10
2018-11-08 19:23:39 +05:30
.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
2017-08-17 22:00:37 +05:30
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" }