add holiday calendar

This commit is contained in:
vladrigos
2020-08-05 14:03:45 +03:00
parent 38069c57d4
commit 1a3d74ee39
4 changed files with 61 additions and 1 deletions

View File

@ -14,6 +14,7 @@ $this->params['breadcrumps'][] = $this->title;
<div class="holiday-index">
<p>
<?= Html::a('Добавить', ['create'], ['class' => 'btn btn-success']) ?>
<?= Html::a('Календарь', ['calendar'], ['class' => 'btn btn-success']) ?>
</p>
<?= \yii\grid\GridView::widget([
'dataProvider' => $dataProvider,