From 4cfe8ce6998d620feb710a8847cd59863f29896c Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 13 Oct 2015 23:28:00 +0500 Subject: Multiple Ui Improvements --- .../components/admin_console/gitlab_settings.jsx | 10 +++++++- web/react/components/post_info.jsx | 1 + .../user_settings/user_settings_appearance.jsx | 2 +- web/sass-files/sass/partials/_admin-console.scss | 3 +++ web/sass-files/sass/partials/_content.scss | 1 + web/sass-files/sass/partials/_post.scss | 27 +++++++++++++--------- web/sass-files/sass/partials/_responsive.scss | 9 ++++++++ 7 files changed, 40 insertions(+), 13 deletions(-) diff --git a/web/react/components/admin_console/gitlab_settings.jsx b/web/react/components/admin_console/gitlab_settings.jsx index 6aeb92f93..5c22bf5cf 100644 --- a/web/react/components/admin_console/gitlab_settings.jsx +++ b/web/react/components/admin_console/gitlab_settings.jsx @@ -113,7 +113,15 @@ export default class GitLabSettings extends React.Component { /> {'false'} -

{'When true, Mattermost allows team creation and account signup using GitLab OAuth. To configure, log in to your GitLab account and go to Applications -> Profile Settings. Enter Redirect URIs "/login/gitlab/complete" (example: http://localhost:8065/login/gitlab/complete) and "/signup/gitlab/complete". Then use "Secret" and "Id" fields to complete the options below.'}

+

+ {'When true, Mattermost allows team creation and account signup using GitLab OAuth.'}
+

+
    +
  1. {'Log in to your GitLab account and go to Applications -> Profile Settings.'}
  2. +
  3. {'Enter Redirect URIs "/login/gitlab/complete" (example: http://localhost:8065/login/gitlab/complete) and "/signup/gitlab/complete". '}
  4. +
  5. {'Then use "Secret" and "Id" fields from GitLab to complete the options below.'}
  6. +
  7. {'Complete the Endpoint URLs below. '}
  8. +
diff --git a/web/react/components/post_info.jsx b/web/react/components/post_info.jsx index 87962641f..7addd825f 100644 --- a/web/react/components/post_info.jsx +++ b/web/react/components/post_info.jsx @@ -150,6 +150,7 @@ export default class PostInfo extends React.Component {