文件收集功能(2/10)
清理修改功能,文件收集没有什么好修改的
This commit is contained in:
parent
34f06f3f94
commit
e29f1e8b11
@ -1,21 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
use yii\helpers\Html;
|
|
||||||
|
|
||||||
/** @var yii\web\View $this */
|
|
||||||
/** @var app\models\CollectionTasks $model */
|
|
||||||
|
|
||||||
$this->title = 'Update Collection Tasks: ' . $model->id;
|
|
||||||
$this->params['breadcrumbs'][] = ['label' => 'Collection Tasks', 'url' => ['index']];
|
|
||||||
$this->params['breadcrumbs'][] = ['label' => $model->id, 'url' => ['view', 'id' => $model->id]];
|
|
||||||
$this->params['breadcrumbs'][] = 'Update';
|
|
||||||
?>
|
|
||||||
<div class="collection-tasks-update">
|
|
||||||
|
|
||||||
<h1><?= Html::encode($this->title) ?></h1>
|
|
||||||
|
|
||||||
<?= $this->render('_form', [
|
|
||||||
'model' => $model,
|
|
||||||
]) ?>
|
|
||||||
|
|
||||||
</div>
|
|
Loading…
Reference in New Issue
Block a user