title = 'Histories';
$this->params['breadcrumbs'][] = $this->title;
$this->params['in-card'] = false;
?>
= Html::a('Добавить', ['create'], ['class' => 'btn btn-default btn-flat']) ?>
= \app\widgets\DataTable::widget([
'dataProvider' => $dataProvider,
'filterModel' => $searchModel,
'columns' => [
'id',
'item_id',
'commited_at:datetime',
'value',
['class' => 'app\components\ActionButtonColumn'],
],
]); ?>