We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e174ac commit 5878a86Copy full SHA for 5878a86
src/usecase/site/view/index.php
@@ -10,12 +10,11 @@
10
?>
11
<div class="jumbotron jumbotron-fluid text-center">
12
<h1 class="display-2 fw-bold"><?= Yii::t('app.basic', 'Web Application') ?></h1>
13
- <p class="lead fw-bold"><?= Yii::t('app.basic', 'Yii v.22') ?></p>
14
<?= Html::a(
15
Yii::t('app.basic', 'Get Started'),
16
'https://www.yiiframework.com/doc/',
17
[
18
- 'class' => 'btn btn-primary',
+ 'class' => 'btn btn-primary mt-3',
19
],
20
) ?>
21
</div>
tests/Acceptance/SiteCest.php
@@ -17,7 +17,6 @@ public function homePage(AcceptanceTester $I): void
$I->expectTo('see page index.');
$I->see('Web Application');
- $I->see('Yii v.22');
$I->see('English');
22
}
23
0 commit comments