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

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

1 parent 6dda7459
...@@ -32,9 +32,18 @@ $this->params['breadcrumbs'][] = $this->title; ...@@ -32,9 +32,18 @@ $this->params['breadcrumbs'][] = $this->title;
'id', 'id',
'pattern:ntext', 'pattern:ntext',
'created', 'created',
'include', [
'status', 'attribute' => 'include',
'type', '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!