From ade5802ed1ecabdc388c9838d23eec2a9c46e096 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 19 Nov 2015 01:11:06 +0500 Subject: Posts structure improvement --- web/react/components/post_body.jsx | 44 +++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'web/react/components/post_body.jsx') diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx index 975ac64dc..e1c057775 100644 --- a/web/react/components/post_body.jsx +++ b/web/react/components/post_body.jsx @@ -257,7 +257,7 @@ export default class PostBody extends React.Component { } return ( -
+

{header} {this.state.youtubeTitle} @@ -329,7 +329,7 @@ export default class PostBody extends React.Component { } comment = ( -

+

{'Commented on '}{name}{apostrophe}{' message: '} -

+
); - - postClass += ' post-comment'; } let loading; if (post.state === Constants.POST_FAILED) { - postClass += ' post-fail'; + postClass += ' post--fail'; loading = ( +
{comment} -
- {loading} - +
+ {loading} + +
+ + {fileAttachmentHolder} + {this.embed}
- - {fileAttachmentHolder} - {this.embed}
); } -- cgit v1.2.3-1-g7c22