Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2017-02-28 19:32:30 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2017-02-28 19:32:30 +0300
commitf6247600a3f5d500952b0ba32e6915a2d045e392 (patch)
treea2f6095ed2f56d3b18f7307cf1ed0ce4f4a4496d /app/views/groups/_create_chat_team.html.haml
parent9f0e23d6093d67d368485e2ac7e4df0059935770 (diff)
Review changes
Diffstat (limited to 'app/views/groups/_create_chat_team.html.haml')
-rw-r--r--app/views/groups/_create_chat_team.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_create_chat_team.html.haml b/app/views/groups/_create_chat_team.html.haml
index b9bf9fe39c2..f0ace28c422 100644
--- a/app/views/groups/_create_chat_team.html.haml
+++ b/app/views/groups/_create_chat_team.html.haml
@@ -6,7 +6,7 @@
.col-sm-10
.checkbox.js-toggle-container
= f.label :create_chat_team do
- .js-toggle-button= f.check_box(:create_chat_team, { checked: true }, 'true', 'false')
+ .js-toggle-button= f.check_box(:create_chat_team, { checked: true }, true, false)
Create a Mattermost team for this group
%br
%small.light.js-toggle-content