1
0
mirror of https://github.com/flarum/core.git synced 2025-07-11 20:06:23 +02:00

Added user online indicator to post

This commit is contained in:
Peter Mein
2015-12-16 13:43:46 +01:00
parent 32601d2c98
commit e55b7a14e5
3 changed files with 24 additions and 0 deletions

View File

@ -45,6 +45,7 @@ export default class PostUser extends Component {
return (
<div className="PostUser">
{useronline(user)}
<h3>
<a href={app.route.user(user)} config={m.route}>
{avatar(user, {className: 'PostUser-avatar'})}{' '}{username(user)}