mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
fixed indent (tabs)
This commit is contained in:
@ -27,11 +27,11 @@ $firstPanel = reset($panels);
|
||||
$url = $firstPanel->getUrl();
|
||||
?>
|
||||
<div id="yii-debug-toolbar" class="yii-debug-toolbar-<?= $position ?>">
|
||||
<div class="yii-debug-toolbar-block">
|
||||
<a href="<?= Yii::$app->homeUrl ?>">
|
||||
<span class="glyphicon glyphicon-home"></span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="yii-debug-toolbar-block">
|
||||
<a href="<?= Yii::$app->homeUrl ?>">
|
||||
<span class="glyphicon glyphicon-home"></span>
|
||||
</a>
|
||||
</div>
|
||||
<?php foreach ($panels as $panel): ?>
|
||||
<?= $panel->getSummary() ?>
|
||||
<?php endforeach; ?>
|
||||
|
Reference in New Issue
Block a user