View file vkclone-0.0.1/protected/modules/groups/views/topic/_topic.php

File size: 343B
<div class="post">
	<span class="datetime"><?= Yii::t('Groups', '{n} post|{n} posts', array($data->total_posts)) ?></span>
	<strong><?= CHtml::link(CHtml::encode($data->name), array('topic/index', 'id' => $data->id)) ?></strong>
	<span class="datetime"><?= Yii::app()->dateFormatter->formatDateTimeReadable($data->updated_at) ?></span>
</div>