add to project email

This commit is contained in:
2024-02-06 18:01:05 +03:00
parent ea588a8aee
commit 4845f7944b
4 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
/* @var $this yii\web\View */
/* @var $user common\models\User */
/* @var $project \common\models\Project */
?>
<p>Здравствуйте, <b><?= $user->username ?></b>,</p>
Вас добавили в проект <a href="https://itguild.info/tracker/project/<?= $project->id ?>"><?= $project->name ?></a> .