2015-04-30 18:18:09 +02:00
|
|
|
<table class="action">
|
|
|
|
<tr class="state invalid">
|
2015-05-04 14:59:39 +02:00
|
|
|
<td class="state" style="width: 12em;">
|
2015-05-04 14:30:25 +02:00
|
|
|
<?= $this->render('partials/comment/comment-description.phtml'); ?>
|
2015-04-30 18:18:09 +02:00
|
|
|
</td>
|
|
|
|
<td>
|
2015-05-04 14:30:25 +02:00
|
|
|
<?= $this->render('partials/comment/comment-detail.phtml'); ?>
|
2015-04-30 18:18:09 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|