From b3f6011fdbe846ee6f769eaf1c85b40f912eeaaa Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 8 Sep 2016 17:48:29 +0500 Subject: Updating minor fixes for rc4 (#3988) --- templates/post_batched_post.html | 6 +++--- webapp/components/login/login_controller.jsx | 11 +++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/templates/post_batched_post.html b/templates/post_batched_post.html index 35c2e4506..f3dbf9d6d 100644 --- a/templates/post_batched_post.html +++ b/templates/post_batched_post.html @@ -14,9 +14,6 @@ {{.Props.ChannelName}} - - {{.Props.Button}} -
@@ -31,6 +28,9 @@
{{.Props.PostMessage}}
+ + {{.Props.Button}} + diff --git a/webapp/components/login/login_controller.jsx b/webapp/components/login/login_controller.jsx index 8335dce6f..117747ab9 100644 --- a/webapp/components/login/login_controller.jsx +++ b/webapp/components/login/login_controller.jsx @@ -459,6 +459,17 @@ export default class LoginController extends React.Component { ); } + if (gitlabSigninEnabled || samlSigninEnabled || office365SigninEnabled || googleSigninEnabled || gitlabSigninEnabled) { + loginControls.push( +
+ +
+ ); + } + if (gitlabSigninEnabled) { loginControls.push(