diff --git a/web/react/components/post_right.jsx b/web/react/components/post_right.jsx
index 175e1080da..c8c51b0c39 100644
--- a/web/react/components/post_right.jsx
+++ b/web/react/components/post_right.jsx
@@ -120,7 +120,7 @@ RootPost = React.createClass({
-
+
-
{ownerOptions}
@@ -229,7 +229,7 @@ CommentPost = React.createClass({
-
+
-
{ownerOptions}
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 32793809d2..3f7d204e4e 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -192,6 +192,10 @@ module.exports.displayDateTime = function(ticks) {
}
+module.exports.displayCommentDateTime = function(ticks) {
+ return module.exports.displayDate(ticks) + ' ' + module.exports.displayTime(ticks);
+}
+
// returns Unix timestamp in milliseconds
module.exports.getTimestamp = function() {
return Date.now();