= $this->linkTo($this->h($user->pretty_name()), ['action' => 'show', 'id' => $user->id]) ?>
invited_by) : ?>
← = $this->linkTo($this->h($user->invited_by_name()), ['action' => 'show', 'id' => $user->invited_by]) ?>
|
= $this->linkTo($user->post_count(), ['post#index', 'tags' => 'user:'.$user->name]) ?> |
= Post::where('user_id ='.$user->id." and status = 'deleted'")->count() ?> |
post_count() > 100) : ?>
= round(100 * Post::where("user_id = ? and status = 'active' and score > 1", $user->id)->count() / $user->post_count()) ?>% |
= round(100 * Post::where("user_id = ? and status = 'active' and score < -1", $user->id)->count() / $user->post_count()) ?>% |
|
|
= $this->linkTo(NoteVersion::where('user_id = '.$user->id)->count(), ['note#history', 'user_id' => $user->id]) ?> |
= $user->pretty_level() ?> |
= $this->t(['time.x_ago', 't' => $this->timeAgoInWords($user->created_at)]) ?> |