Commit 683ee125 by Thiago Talma

Update view.php

parent 8e5f5fe8
......@@ -65,6 +65,7 @@ $this->title = 'Yii Debugger';
echo ButtonGroup::widget([
'buttons' => [
Html::a('All', ['index'], ['class' => 'btn btn-default']),
Html::a('Latest', ['view', 'panel' => $activePanel->id], ['class' => 'btn btn-default']),
ButtonDropdown::widget([
'label' => 'Last 10',
'options' => ['class' => 'btn-default'],
......
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