comment->user_id) : ?>
linkTo($this->comment->pretty_author2(), array('controller' => 'user', 'action' => 'show', 'id' => $this->comment->user_id)) ?>
comment->pretty_author2() ?>
linkTo($this->t(array('time.x_ago', 't' => $this->timeAgoInWords($this->comment->created_at))), array('post#show', 'id' => $this->comment->post_id, 'anchor' => "c".$this->comment->id)) ?> comment->user and $this->comment->user->has_avatar()) : ?>
avatar($this->comment->user, $this->comment->id) ?>
format_inlines($this->format_text($this->comment->body, array('mode' => 'comment')), $this->comment->id) // TODO: Rails.cache.fetch(array( 'type' => '.formatted_body', 'id' => 'comment'.id }) { format_inlines(format_text($this->comment->body, 'mode' => 'comment'), $this->comment->id) ) ?>