From e44ceb96d0875ffbe2959cd17a87f02b2b815547 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Wed, 11 Apr 2018 14:36:17 -0500 Subject: [skip ci] .control-label to .col-form-label --- app/views/groups/_create_chat_team.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/groups/_create_chat_team.html.haml') diff --git a/app/views/groups/_create_chat_team.html.haml b/app/views/groups/_create_chat_team.html.haml index 28bc9e2f299..9a3ff0313b5 100644 --- a/app/views/groups/_create_chat_team.html.haml +++ b/app/views/groups/_create_chat_team.html.haml @@ -1,5 +1,5 @@ .form-group - = f.label :create_chat_team, class: 'control-label' do + = f.label :create_chat_team, class: 'col-form-label' do %span.mattermost-icon = custom_icon('icon_mattermost') Mattermost -- cgit v1.2.3