| Current Path : /var/www/html/protegev2/backend/modules/moduleRepository/views/solution-version/ |
| Current File : /var/www/html/protegev2/backend/modules/moduleRepository/views/solution-version/create.php |
<?php
use yii\helpers\Html;
/* @var $this yii\web\View */
/* @var $model backend\modules\moduleRepository\models\SolutionVersion */
$this->title = Yii::t('app', 'Create Solution Version');
$this->params['breadcrumbs'][] = ['label' => Yii::t('app', 'Solution Versions'), 'url' => ['index']];
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="solution-version-create">
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
'model' => $model,
]) ?>
</div>