=$this->t('.table.name') ?> | =$this->t('.table.creator') ?> | =$this->t('.table.posts') ?> | =$this->t('.table.created') ?> | =$this->t('.table.updated') ?> |
---|---|---|---|---|
= $this->linkTo($this->h($p->pretty_name()), ['action' => "show", 'id' => $p->id]) ?> | = $this->h($p->user->pretty_name()) ?> | = $p->post_count ?> | = $this->t(['time.x_ago', 't' => $this->timeAgoInWords($p->created_at)]) ?> | = $this->t(['time.x_ago', 't' => $this->timeAgoInWords($p->updated_at)]) ?> |