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

18 lines
641 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
2021-02-22 17:27:13 +05:30
%span.gl-display-flex
2019-09-04 21:01:54 +05:30
= custom_icon('icon_mattermost')
2021-04-29 21:17:54 +05:30
%span.gl-ml-2= _('Mattermost')
2021-02-22 17:27:13 +05:30
.col-sm-12
2018-11-08 19:23:39 +05:30
.form-check.js-toggle-container
2020-03-13 15:44:24 +05:30
.js-toggle-button.form-check-input= f.check_box(:create_chat_team, { checked: false }, true, false)
2018-11-08 19:23:39 +05:30
= f.label :create_chat_team, class: 'form-check-label' do
2019-12-21 20:55:43 +05:30
= _('Create a Mattermost team for this group')
2017-08-17 22:00:37 +05:30
%br
%small.light.js-toggle-content
2021-04-29 21:17:54 +05:30
= _('Mattermost URL:')
2017-08-17 22:00:37 +05:30
= Settings.mattermost.host
%span> /
%span{ "data-bind-out" => "create_chat_team" }