add skill and position
This commit is contained in:
16
backend/modules/settings/views/status/create.php
Normal file
16
backend/modules/settings/views/status/create.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
/* @var $model backend\modules\status\models\Status */
|
||||
|
||||
$this->title = 'Добавить статус';
|
||||
$this->params['breadcrumbs'][] = ['label' => 'Статусы', 'url' => ['index']];
|
||||
$this->params['breadcrumbs'][] = $this->title;
|
||||
?>
|
||||
<div class="status-create">
|
||||
|
||||
<?= $this->render('_form', [
|
||||
'model' => $model,
|
||||
]) ?>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user