Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | |
0.00% |
0 / 2 |
||
| <?php | |
| use yii\helpers\Html; | |
| /* @var $this yii\web\View */ | |
| /* @var $user common\models\User */ | |
| $confirmLink = Yii::$app->urlManager->createAbsoluteUrl(['user/confirm-email', 'token' => $user->email_confirm_token]); | |
| ?> | |
| Hello <?= Html::encode($user->fullname) ?>, | |
| Follow the link below to confirm your email: | |
| <?= Html::a(Html::encode($confirmLink), $confirmLink) ?> |