= $this->linkTo($this->imageTag($post->preview_url(), array('title' => $post->tags(), 'class' => 'preview javascript-hide', 'id' => 'p'.$post->id, 'width' => $post->preview_dimensions()[0], 'height' => $post->preview_dimensions()[1])), array('post#show', 'id' => $post->id)) ?>
= $this->t('.date') ?> = $this->compact_time($post->created_at) ?>
= $this->t('.user') ?> = $this->linkTo($this->h($post->author()), array('user#show', 'id' => $post->user->id)) ?>
= $this->t('ratings._') ?> = $post->pretty_rating() ?>
= $this->t('.score') ?>
= $post->score ?>
= $this->vote_widget(current_user()) ?>
= $this->vote_tooltip_widget() ?>
comments->size() > 6) : ?>
= $this->t('.hidden') ?> = $this->linkTo($post->comments->size() - 6, array('post#show', 'id' => $post->id)) ?>