=$this->t('.post_title') ?> | =$this->t('.message') ?> | =$this->t('.author') ?> | =$this->t('.last_updated') ?> |
---|---|---|---|
= $this->linkTo($this->h($fp->root()->title), ['action' => "show", 'id' => $fp->root_id()]) ?> | = $this->linkTo($this->h(substr($fp->body, 0, 70)) . "...", ['action' => "show", 'id' => $fp->id]) ?> | = $this->h($fp->author()) ?> | = $this->t(['.last_updated_by', 't_ago' => $this->t(['time.x_ago', 't' => $this->timeAgoInWords($fp->updated_at)]), 'u' => $fp->last_updater()]) ?> |