123456789101112 |
- <?php
- $this->title = 'Обновить опрос';
- $this->params['breadcrumbs'][] = ['label' => 'опросы', 'url' => ['index']];
- $this->params['breadcrumbs'][] = $this->title;
- ?>
- <blockquote class="quote-info">
- <h5 id="tip">код для вставки в статью виджета</h5>
- <p><code class="language-plaintext highlighter-rouge">https://www.amic.ru/inquirer/<?=$model->id?></code></p>
- </blockquote>
- <?= $this->render('form', [ 'model' => $model ]) ?>
|