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

18 lines
641 B
Plaintext
Raw Normal View History

2017-02-07 02:24:57 -05:00
.form-group
.col-sm-2.col-form-label
= f.label :create_chat_team do
%span.gl-display-flex
= custom_icon('icon_mattermost')
%span.gl-ml-2= _('Mattermost')
.col-sm-12
.form-check.js-toggle-container
.js-toggle-button.form-check-input= f.check_box(:create_chat_team, { checked: false }, true, false)
2018-05-31 15:20:46 -04:00
= f.label :create_chat_team, class: 'form-check-label' do
= _('Create a Mattermost team for this group')
2017-02-20 08:51:47 -05:00
%br
%small.light.js-toggle-content
= _('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" }