|
@@ -30,7 +30,7 @@ |
|
|
block discarded – undo |
|
30
|
30
|
['class' => \yii\grid\SerialColumn::class], |
|
31
|
31
|
[ |
|
32
|
32
|
'attribute' => 'username', |
|
33
|
|
- 'content' => function (\app\models\Account $model) { |
|
|
33
|
+ 'content' => function(\app\models\Account $model) { |
|
34
|
34
|
$html = []; |
|
35
|
35
|
$html[] = Html::a($model->displayName, ['account/dashboard', 'id' => $model->id]); |
|
36
|
36
|
$html[] = Html::a('<span class="fa fa-external-link text-sm"></span>', Url::account($model->username), ['target' => '_blank']); |
Please login to merge, or discard this patch.