first commit
This commit is contained in:
7
vendor/yiisoft/yii2-bootstrap5/tests/views/tab-test.php
vendored
Normal file
7
vendor/yiisoft/yii2-bootstrap5/tests/views/tab-test.php
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
/** @var yii\web\View $this */
|
||||
/** @var string $content */
|
||||
|
||||
?>
|
||||
<span class="test-content"><?= $content; ?></span>
|
||||
Reference in New Issue
Block a user