|
= $this->linkTo($this->imageTag($p->preview_url(), ['width' => $p->preview_dimensions()[0], 'height' => $p->preview_dimensions()[1]]), ['post#show', 'id' => $p->id]) ?> |
- = $this->t(['.uploaded_by_when_html', 'u' => $this->linkTo($p->author(), ['user#show', 'id' => $p->user->id]), 't_ago' => $this->t(['time.x_ago', 't' => $this->timeAgoInWords($p->created_at)]), 'mod' => $this->linkTo($this->t('.mod'), ['#moderate', 'query' => 'user:'.$p->author()])]) ?>
- = $this->t('.rating') ?>: = $p->pretty_rating() ?>
parent_id) : ?>
- = $this->t('.parent') ?>: = $this->linkTo($p->parent_id, ['action' => 'moderate', 'query' => 'parent:'.$p->parent_id]) ?>
- = $this->t('.tags') ?>: = $this->h($p->cached_tags) ?>
- = $this->t('.score') ?>: = $p->score ?> (vote = $this->linkToFunction($this->t('.down'), "Post.vote(-1, {$p->id}, {})") ?>)
flag_detail) : ?>
-
= $this->t('.reason') ?>: = $this->h($p->flag_detail->reason) ?> (flag_detail->user_id): ?>automatic flag= $this->linkTo($this->h($p->flag_detail->author()), ['user#show', 'id' => $p->flag_detail->user_id]) ?>)
- = $this->t('.size') ?>: = $this->numberToHumanSize($p->file_size) ?>, = $p->width ?>x= $p->height ?>
|