Commit ac3304c3 by Tobias Munk

fixed indent (tabs)

parent ec63c915
...@@ -27,11 +27,11 @@ $firstPanel = reset($panels); ...@@ -27,11 +27,11 @@ $firstPanel = reset($panels);
$url = $firstPanel->getUrl(); $url = $firstPanel->getUrl();
?> ?>
<div id="yii-debug-toolbar" class="yii-debug-toolbar-<?= $position ?>"> <div id="yii-debug-toolbar" class="yii-debug-toolbar-<?= $position ?>">
<div class="yii-debug-toolbar-block"> <div class="yii-debug-toolbar-block">
<a href="<?= Yii::$app->homeUrl ?>"> <a href="<?= Yii::$app->homeUrl ?>">
<span class="glyphicon glyphicon-home"></span> <span class="glyphicon glyphicon-home"></span>
</a> </a>
</div> </div>
<?php foreach ($panels as $panel): ?> <?php foreach ($panels as $panel): ?>
<?= $panel->getSummary() ?> <?= $panel->getSummary() ?>
<?php endforeach; ?> <?php endforeach; ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment