Skip to content

Commit

Permalink
comments, downtimes: these should never have used...
Browse files Browse the repository at this point in the history
...that styling. Those are headers and have nothing to do with statesummaries
  • Loading branch information
Thomas-Gelf committed Jun 15, 2015
1 parent a5a529b commit 64ac2ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -4,9 +4,7 @@
<div class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml'); ?>
</div>
<div class="tinystatesummary">
<?= count($comments) ?> <?= $this->translate('Comments') ?>:
</div>
<h1><?= count($comments) ?> <?= $this->translate('Comments') ?></h1>
<?= $this->sortBox; ?>
<?= $this->limiter; ?>
<?= $this->paginator; ?>
Expand Down
Expand Up @@ -8,9 +8,7 @@ if (! $this->compact): ?>
<div class="dontprint">
<?= $this->render('list/components/selectioninfo.phtml'); ?>
</div>
<div class="tinystatesummary">
<?= count($downtimes) ?> <?= $this->translate('Downtimes') ?>
</div>
<h1><?= count($downtimes) ?> <?= $this->translate('Downtimes') ?></h1>
<?= $this->sortBox; ?>
<?= $this->limiter; ?>
<?= $this->paginator; ?>
Expand Down

0 comments on commit 64ac2ea

Please sign in to comment.