diff --git a/web/app/components/comment/__time/comment__time.scss b/web/app/components/comment/__time/comment__time.scss
index c45e1378..9b4eb92c 100644
--- a/web/app/components/comment/__time/comment__time.scss
+++ b/web/app/components/comment/__time/comment__time.scss
@@ -2,4 +2,9 @@
margin-left: 8px;
vertical-align: middle;
color: #999;
+ text-decoration: none;
+
+ &:hover {
+ text-decoration: underline;
+ }
}
diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx
index ff092674..72d6426d 100644
--- a/web/app/components/comment/comment.jsx
+++ b/web/app/components/comment/comment.jsx
@@ -259,7 +259,7 @@ export default class Comment extends Component {
isUserIdVisible && ({o.user.id})
}
- {o.time}
+ {o.time}
{
isAdmin && userBlocked && (