Commit 2ffc8926 by Скуратович Александр

страница просмотра

1 parent 6dda7459
......@@ -32,9 +32,18 @@ $this->params['breadcrumbs'][] = $this->title;
'id',
'pattern:ntext',
'created',
'include',
'status',
'type',
[
'attribute' => 'include',
'value' => $model::getIncludes($model->include),
],
[
'attribute' => 'status',
'value' => $model::getStatus($model->status),
],
[
'attribute' => 'type',
'value' => $model::getTypes($model->type),
],
],
]) ?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!