Commit bbb0a222 by Tobias Munk

fixed home icon display

parent 646ed151
...@@ -15,9 +15,11 @@ $this->title = 'Yii Debugger'; ...@@ -15,9 +15,11 @@ $this->title = 'Yii Debugger';
?> ?>
<div class="default-index"> <div class="default-index">
<div id="yii-debug-toolbar" class="yii-debug-toolbar-top"> <div id="yii-debug-toolbar" class="yii-debug-toolbar-top">
<a href="<?= Yii::$app->homeUrl ?>"> <div class="yii-debug-toolbar-block title">
<span class="glyphicon glyphicon-home"></span> <a href="<?= Yii::$app->homeUrl ?>">
</a> <span class="glyphicon glyphicon-home"></span>
</a>
</div>
<div class="yii-debug-toolbar-block title"> <div class="yii-debug-toolbar-block title">
Yii Debugger Yii Debugger
</div> </div>
......
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