Tidy up from #927
This commit is contained in:
parent
5b758e0d4c
commit
b88d28566e
|
|
@ -24,20 +24,19 @@
|
|||
</p>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<div class="scoreboard-item title-value">
|
||||
<h4><?= e(trans('system::lang.updates.plugins')) ?></h4>
|
||||
<p><?= $pluginsCount ?></p>
|
||||
<p class="description">
|
||||
Disabled: <?= $pluginsActiveCount - $pluginsCount ?>
|
||||
</p>
|
||||
</div>
|
||||
<?php if ($coreBuild): ?>
|
||||
<div class="scoreboard-item title-value">
|
||||
<h4><?= e(trans('system::lang.updates.core_build')) ?></h4>
|
||||
<p><?= $coreBuild ?></p>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<div class="scoreboard-item title-value">
|
||||
<h4><?= e(trans('system::lang.updates.plugins')) ?></h4>
|
||||
<?php if ( $pluginsCount == $pluginsActiveCount ): ?>
|
||||
<p><?= $pluginsCount ?></p>
|
||||
<?php else: ?>
|
||||
<p><?= $pluginsActiveCount, ' (', $pluginsCount, ')' ?></p>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue