diff --git a/views/collection/update.php b/views/collection/update.php deleted file mode 100644 index 7049e2f..0000000 --- a/views/collection/update.php +++ /dev/null @@ -1,21 +0,0 @@ -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'; -?> -
- -

title) ?>

- - render('_form', [ - 'model' => $model, - ]) ?> - -