Blame view

common/mail/shareBasket.php 272 Bytes
5dd435a4   Timur Kastemirov   first commit
1
2
3
4
5
6
7
8
9
  <?php
      /**
       * @var \yii\web\View $this
       * @var string        $url
       */
      use yii\bootstrap\Html;
      
      echo Html::tag('p', \Yii::t('app', 'User shared with you basket, to view follow the link down below:'));
      echo Html::tag('p', Html::a($url, $url));