diff --git a/jsx/common/Post.js b/jsx/common/Post.js index e00231b..3845f0f 100755 --- a/jsx/common/Post.js +++ b/jsx/common/Post.js @@ -108,6 +108,16 @@ module.exports = Post = React.createClass({ } else { var replyLink = (); } + + + var retwistLink = Retwist + }> + + + + + return ( @@ -128,11 +138,14 @@ module.exports = Post = React.createClass({ {retwist &&  retwisted by {this.state.retwistingUser} } - + + {conversationLink} + + {replyLink} - {conversationLink} + {retwistLink}