Skip to content

Commit

Permalink
Doc module: Fix div.controls of the index controller's index action
Browse files Browse the repository at this point in the history
refs #7876
  • Loading branch information
Johannes Meyer committed Apr 20, 2015
1 parent 0be8b89 commit 6b3dd63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/doc/application/views/scripts/index/index.phtml
@@ -1,6 +1,7 @@
<div class="controls"></div>
<div class="controls">
<?= /** @var \Icinga\Web\Widget\Tabs $tabs */ $tabs->showOnlyCloseButton(); ?>
<h1><?= $this->translate('Available documentations'); ?></h1>
</div>
<div class="content">
<ul>
<li><?= $this->qlink(
Expand Down

0 comments on commit 6b3dd63

Please sign in to comment.