summaryrefslogtreecommitdiffstats
path: root/modules/monitoring/application/views/scripts/partials/comment/comment-header.phtml
blob: 44724796a7c0ecfb0df394ec061c8d63d6bfc9a0 (plain)
1
2
3
4
5
6
7
8
9
10
<table>
  <tr>
    <td class="icon-col">
        <?= $this->render('partials/comment/comment-description.phtml') ?>
    </td>
    <td>
        <?= $this->render('partials/comment/comment-detail.phtml') ?>
    </td>
  </tr>
</table>