From be7899b8499be3e005292f325590fd0921a27bfd Mon Sep 17 00:00:00 2001 From: Julian Steinwachs Date: Sun, 16 Aug 2015 16:19:24 +0200 Subject: [PATCH] reply button --- jsx/common/Post.js | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) 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}