use yii\helpers\Html;
use kartik\select2\Select2;
+use yii\helpers\Url;
use yii\widgets\ActiveForm;
/** @var yii\web\View $this */
<div class="form-group">
<?= Html::submitButton('Сохранить', ['class' => 'btn btn-success']) ?>
+ <a href="<?= Url::to(['/city-store/index']) ?>" class="btn btn-danger">Отмена</a>
</div>
<?php ActiveForm::end(); ?>
<?php
use yii\helpers\Html;
+use yii\helpers\Url;
/** @var yii\web\View $this */
/** @var yii_app\records\CityStore $model */
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="city-store-create m-3">
-
+ <a href="<?= Url::to(['/city-store/index']) ?>" class="btn btn-link">Назад</a>
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
<?php
use yii\helpers\Html;
+use yii\helpers\Url;
/** @var yii\web\View $this */
/** @var yii_app\records\CityStore $model */
$this->params['breadcrumbs'][] = 'Update';
?>
<div class="city-store-update m-3">
-
+ <a href="<?= Url::to(['/city-store/index']) ?>" class="btn btn-link">Назад</a>
<h1><?= Html::encode($this->title) ?></h1>
<?= $this->render('_form', [
<?php
use yii\helpers\Html;
+use yii\helpers\Url;
use yii\widgets\DetailView;
/** @var yii\web\View $this */
$this->params['breadcrumbs'][] = $this->title;
\yii\web\YiiAsset::register($this);
?>
-<div class="city-store-view">
-
+<div class="city-store-view p-4">
+ <a href="<?= Url::to(['/city-store/index']) ?>" class="btn btn-link">Назад</a>
<h1><?= Html::encode($this->title) ?></h1>
<p>