dashboard: add compact support
This commit is contained in:
parent
1f5db2f8c1
commit
1e61f55210
|
@ -1,5 +1,7 @@
|
|||
<div class="controls">
|
||||
<?php if (! $this->compact): ?>
|
||||
<?= $this->tabs ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php if ($this->dashboard): ?>
|
||||
<div class="dashboard content">
|
||||
|
@ -15,4 +17,4 @@
|
|||
) ?>
|
||||
</p>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<?php endif ?>
|
||||
|
|
Loading…
Reference in New Issue