skill category
This commit is contained in:
18
backend/modules/settings/views/skill-category/create.php
Normal file
18
backend/modules/settings/views/skill-category/create.php
Normal file
@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
use yii\helpers\Html;
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $model common\models\SkillCategory */
|
||||
|
||||
$this->title = 'Create Skill Category';
|
||||
$this->params['breadcrumbs'][] = ['label' => 'Skill Categories', 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = $this->title;
|
||||
?>
|
||||
<div class="skill-category-create">
|
||||
|
||||
<?= $this->render('_form', [
|
||||
'model' => $model,
|
||||
]) ?>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user