From 822a5382ce8438a5a137ae69939d33ef3eac8a27 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Mon, 10 Dec 2018 14:55:42 +0100 Subject: [PATCH] update ProfileInfo and ChangesetDetails for new avatar components --- scm-ui/src/containers/ProfileInfo.js | 54 +++++++++---------- .../components/changesets/ChangesetDetails.js | 2 +- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/scm-ui/src/containers/ProfileInfo.js b/scm-ui/src/containers/ProfileInfo.js index 0e38dc6d2a..833caa62fe 100644 --- a/scm-ui/src/containers/ProfileInfo.js +++ b/scm-ui/src/containers/ProfileInfo.js @@ -17,35 +17,35 @@ class ProfileInfo extends React.Component { render() { const { me, t } = this.props; return ( - <> +
-
-
-

- -

-
-
+
+

+ +

+
- - - - - - - - - - - - - - - -
{t("profile.username")}{me.name}
{t("profile.displayName")}{me.displayName}
{t("profile.mail")} - -
- +
+ + + + + + + + + + + + + + + +
{t("profile.username")}{me.name}
{t("profile.displayName")}{me.displayName}
{t("profile.mail")} + +
+
+
); } } diff --git a/scm-ui/src/repos/components/changesets/ChangesetDetails.js b/scm-ui/src/repos/components/changesets/ChangesetDetails.js index d5cc28676a..2f6c4b410e 100644 --- a/scm-ui/src/repos/components/changesets/ChangesetDetails.js +++ b/scm-ui/src/repos/components/changesets/ChangesetDetails.js @@ -49,7 +49,7 @@ class ChangesetDetails extends React.Component {

- +