Removed timestamp tooltips from posts in the RHS
Этот коммит содержится в:
@@ -186,10 +186,7 @@ export default class RhsComment extends React.Component {
|
|||||||
<strong><UserProfile userId={post.user_id} /></strong>
|
<strong><UserProfile userId={post.user_id} /></strong>
|
||||||
</li>
|
</li>
|
||||||
<li className='post-header-col'>
|
<li className='post-header-col'>
|
||||||
<time
|
<time className='post-profile-time'>
|
||||||
className='post-profile-time'
|
|
||||||
title={new Date(post.create_at).toString()}
|
|
||||||
>
|
|
||||||
{Utils.displayCommentDateTime(post.create_at)}
|
{Utils.displayCommentDateTime(post.create_at)}
|
||||||
</time>
|
</time>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
@@ -133,10 +133,7 @@ export default class RhsRootPost extends React.Component {
|
|||||||
<ul className='post-header'>
|
<ul className='post-header'>
|
||||||
<li className='post-header-col'><strong><UserProfile userId={post.user_id} /></strong></li>
|
<li className='post-header-col'><strong><UserProfile userId={post.user_id} /></strong></li>
|
||||||
<li className='post-header-col'>
|
<li className='post-header-col'>
|
||||||
<time
|
<time className='post-profile-time'>
|
||||||
className='post-profile-time'
|
|
||||||
title={new Date(post.create_at).toString()}
|
|
||||||
>
|
|
||||||
{utils.displayCommentDateTime(post.create_at)}
|
{utils.displayCommentDateTime(post.create_at)}
|
||||||
</time>
|
</time>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user