Commit f029862efd42a16a2fd0a5c47a6aa1a586281498
1 parent
58806a3d
test
Showing
6 changed files
with
1 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
... | ... | @@ -59,7 +59,7 @@ AppAsset::register($this); |
59 | 59 | <img src="/images/ded-ico.png" alt=""/> |
60 | 60 | </div> |
61 | 61 | <div class="header-cabinet-profile">Профиль</div> |
62 | - <?= Html::a(Yii::$app->user->identity->email,['accounts/cabinet']) ?> | |
62 | + <?= Html::a(Yii::$app->user->identity->email,['/accounts']) ?> | |
63 | 63 | <?php endif; ?> |
64 | 64 | |
65 | 65 | </div> | ... | ... |
3.95 KB
2.85 KB
368 Bytes
2.81 KB
1.39 KB