* #5108 Add datetime attribute to <time> elements * fix eslint errors
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
d72547433a
Коммит
cfbace70ca
@@ -478,7 +478,10 @@ export default class RhsComment extends React.Component {
|
||||
</li>
|
||||
{botIndicator}
|
||||
<li className='col'>
|
||||
<time className='post__time'>
|
||||
<time
|
||||
className='post__time'
|
||||
dateTime={Utils.getDateForUnixTicks(post.create_at).toISOString()}
|
||||
>
|
||||
{Utils.getDateForUnixTicks(post.create_at).toLocaleString('en', timeOptions)}
|
||||
</time>
|
||||
{flagTrigger}
|
||||
|
||||
Ссылка в новой задаче
Block a user