Commit 659a51a6 authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавили ссылку на добавление кейсов

parent e31a51f7
......@@ -19,6 +19,9 @@ use common\modules\content\models\CoCategory;
<div class="tab-content">
<div class="tab-pane fade active in" id="nav-pills-tab-1">
<h3 class="m-t-10">Кейсы</h3>
<p>
<?= Html::a(Yii::t('cases', 'Create case'), ['createCase'], ['class' => 'btn btn-success']) ?>
</p>
<?php
echo \common\components\zii\AdminGrid::widget([
'dataProvider' => $casesDataProvider,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment