From ac28d7d01974535681db93a209336351fa72caf4 Mon Sep 17 00:00:00 2001 From: Florian Scholdei Date: Wed, 23 Jan 2019 09:10:43 +0100 Subject: [PATCH] undo changesetdetails changes --- .../components/changesets/ChangesetDetails.js | 41 ++++++++----------- 1 file changed, 16 insertions(+), 25 deletions(-) diff --git a/scm-ui/src/repos/components/changesets/ChangesetDetails.js b/scm-ui/src/repos/components/changesets/ChangesetDetails.js index 034ee36263..eb9d0992ee 100644 --- a/scm-ui/src/repos/components/changesets/ChangesetDetails.js +++ b/scm-ui/src/repos/components/changesets/ChangesetDetails.js @@ -46,15 +46,7 @@ class ChangesetDetails extends React.Component { return (
-

- - {description.title} - -

+

{description.title}

@@ -75,23 +67,22 @@ class ChangesetDetails extends React.Component {

{this.renderTags()}
- -

- {description.message.split("\n").map((item, key) => { - return ( - - + +

+ {description.message.split("\n").map((item, key) => { + return ( + {item} - -
-
- ); - })} -

+
+ + ); + })} +

+