Skip to content

Commit

Permalink
истории, которых нет в обучении
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Karachev committed Nov 8, 2024
1 parent 65007b9 commit a77ff5e
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions modules/edu/views/admin/story/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,25 @@
'options' => ['class' => 'table-responsive'],
'summary' => false,
'columns' => [
'id',
'title',
'author',
'publishedAt:datetime',
'path',
[
'attribute' => 'id',
'label' => 'ИД',
],
[
'attribute' => 'title',
'label' => 'Название истории',
],
[
'attribute' => 'author',
'label' => 'Автор',
],
[
'attribute' => 'publishedAt:datetime',
'label' => 'Опубликована',
],
[
'attribute' => 'path',
'label' => 'Обучение',
],
],
]) ?>

0 comments on commit a77ff5e

Please sign in to comment.