Skip to content

Commit

Permalink
Hide cube configs when in compact
Browse files Browse the repository at this point in the history
  • Loading branch information
lum3n authored and Thomas-Gelf committed Dec 1, 2016
1 parent f755bd3 commit 74fddf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/scripts/index/index.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?php if (! $this->compact): ?>
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
<?php if ($this->form): ?>
<?php if ($this->form && ! $this->compact): ?>
<?= $this->qlink('Hide settings', $this->url()->without('showSettings'), null, array('class' => 'icon-wrench')) ?>
<?php else: ?>
<?= $this->qlink('Show settings', $this->url()->with('showSettings', true), null, array('class' => 'icon-wrench')) ?>
Expand Down

0 comments on commit 74fddf6

Please sign in to comment.