diff options
Diffstat (limited to 'application/views/scripts/log/log-empty.phtml')
-rw-r--r-- | application/views/scripts/log/log-empty.phtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/application/views/scripts/log/log-empty.phtml b/application/views/scripts/log/log-empty.phtml new file mode 100644 index 0000000..901e6c4 --- /dev/null +++ b/application/views/scripts/log/log-empty.phtml @@ -0,0 +1,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> |