add link for comment to time
This commit is contained in:
@@ -2,4 +2,9 @@
|
||||
margin-left: 8px;
|
||||
vertical-align: middle;
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -259,7 +259,7 @@ export default class Comment extends Component {
|
||||
isUserIdVisible && <span className="comment__user-id"> ({o.user.id})</span>
|
||||
}
|
||||
|
||||
<span className="comment__time">{o.time}</span>
|
||||
<a href={`${o.locator.url}#remark__comment-${o.id}`} className="comment__time">{o.time}</a>
|
||||
|
||||
{
|
||||
isAdmin && userBlocked && (
|
||||
|
||||
Reference in New Issue
Block a user