summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/log/log-empty.phtml
blob: 901e6c4edccd94e7134304e89d8621ca4b553c4b (plain)
1
2
3
4
5
6
7
8
<?php if (! $this->compact): ?>
<div class="controls">
    <?= $this->tabs ?>
</div>
<?php endif ?>
<div class="content">
    <p><?= $this->escape($this->translate('No activity has been recorded yet.')) ?></p>
</div>