Skip to content

Commit

Permalink
Fix classes for debug panel sample (#177) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
johonunu authored and samdark committed Dec 12, 2016
1 parent 983a042 commit 0177f7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/topics-creating-your-own-panels.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ViewsPanel extends Panel
{
$url = $this->getUrl();
$count = count($this->data);
return "<div class=\"yii-debug-toolbar-block\"><a href=\"$url\">Views <span class=\"label\">$count</span></a></div>";
return "<div class=\"yii-debug-toolbar__block\"><a href=\"$url\">Views <span class=\"yii-debug-toolbar__label yii-debug-toolbar__label_info\">$count</span></a></div>";
}

/**
Expand Down

0 comments on commit 0177f7a

Please sign in to comment.