We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868d3f5 commit 8fd1820Copy full SHA for 8fd1820
views/manage/update.php
@@ -8,7 +8,7 @@
8
/* @var $this yii\web\View */
9
/* @var $model \yii2mod\comments\models\CommentModel */
10
/* @var $form yii\widgets\ActiveForm */
11
-$this->title = 'Update Comment: ' . ' ' . $model->id;
+$this->title = 'Update Comment: ' . $model->id;
12
$this->params['breadcrumbs'][] = ['label' => 'Comments Management', 'url' => ['index']];
13
$this->params['breadcrumbs'][] = 'Update';
14
?>
0 commit comments