= $this->t('.title') ?>
- = $this->t('.id') ?>: = $this->post->id ?>
- = $this->t('.posted') ?>: = $this->t(['.posted_data_html', 'time' => $this->linkTo($this->t(['time.x_ago', 't' => $this->timeAgoInWords($this->post->created_at)]), ["#index", 'tags' => "date:" . substr($this->post->created_at, 0, 10)], ['title' => substr(date('r', strtotime($this->post->created_at)), 0, -6)]), 'user' => $this->linkToIf($this->post->user_id, $this->post->author(), ['user#show', 'id' => $this->post->user_id])]) ?>
is_admin() && $this->post->approver) : ?>
- = $this->t('.approver') ?>: = $this->post->approver->name ?>
post->image()) : ?>
- = $this->t('.size') ?>: = $this->post->width ?>x= $this->post->height ?>
post->source) : ?>
post->source, 'http') === 0) :
$init = substr($this->post->source, 4, 1) == 's' ? 8 : 7;
?>
- = $this->t('.source') ?>: = $this->linkTo(substr($this->post->source, $init, 20) . "...", $this->post->normalized_source(), array('rel' => 'nofollow', 'target' => '_blank')) ?>
- = $this->t('.source') ?>: = $this->post->source ?>
- = $this->t('.rating') ?>: = $this->post->pretty_rating() ?> = $this->vote_tooltip_widget() ?>
-
= $this->t('.score') ?>: = $this->post->score ?>
= $this->vote_widget(current_user()) ?>
- = $this->t('.favorited_by') ?>: = $this->favorite_list($this->post) ?>
= $this->contentFor('post_cookie_javascripts', function() { ?>