= Html::img($profile->getAvatarUrl(230), [
'class' => 'img-rounded img-responsive',
'alt' => $profile->user->username,
]) ?>
= $this->title ?>
location)): ?>
-
= Html::encode($profile->location) ?>
website)): ?>
-
= Html::a(Html::encode($profile->website), Html::encode($profile->website)) ?>
public_email)): ?>
-
= Html::a(Html::encode($profile->public_email), 'mailto:' .
Html::encode($profile->public_email))
?>
-
= Yii::t('user', 'Joined on {0, date}', $profile->user->created_at) ?>
bio)): ?>
= Html::encode($profile->bio) ?>