Commit ed2bcdd5 authored by Shakarim Sapa's avatar Shakarim Sapa

- Исправлен вывод виджета

parent 308ea6df
<?php
use common\modules\users\models\User;
use yii\widgets\DetailView;
$this->title = "Просмотр Пользователя: {$model->name}";
\Yii::$app->controller->tabs = array(
......@@ -14,7 +16,7 @@ if(!empty($_GET['is_created'])) {
</span>';
}
$this->widget('application.components.DetailView', array(
echo DetailView::widget(array(
'data' => $model,
'attributes' => array(
'fio',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment