Make the monitors index sidebar a little more terse

This commit is contained in:
Kyle Johnson 2013-09-27 08:42:46 -04:00
parent e4a05f0ae0
commit 1887987841
1 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,6 @@
<?php
$this->start('sidebar');
echo $this->Html->link( 'Add Monitor', array('controller' => 'monitors', 'action' => 'add'));
$this->end();
?>
<?php $this->start('sidebar'); ?>
<?php echo $this->Html->link( 'Add Monitor', array('controller' => 'monitors', 'action' => 'add')); ?>
<?php $this->end(); ?>
<div id="monitors">
<?php foreach ($monitors as $monitor => $mon): ?>