mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-21 08:50:26 -05:00
10 lines
235 B
PHTML
10 lines
235 B
PHTML
<table>
|
|
<tr>
|
|
<td class="comment-col">
|
|
<?= $this->render('partials/comment/comment-description.phtml') ?>
|
|
</td>
|
|
<td>
|
|
<?= $this->render('partials/comment/comment-detail.phtml') ?>
|
|
</td>
|
|
</tr>
|
|
</table>
|