2015-09-29 19:29:43 +02:00
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<td class="comment-col">
|
|
|
|
<?= $this->render('partials/comment/comment-description.phtml') ?>
|
2015-04-30 18:18:09 +02:00
|
|
|
</td>
|
|
|
|
<td>
|
2015-09-29 19:29:43 +02:00
|
|
|
<?= $this->render('partials/comment/comment-detail.phtml') ?>
|
2015-04-30 18:18:09 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|