fix changelog issue

This commit is contained in:
Chris Smith
2025-02-19 22:49:26 +01:00
parent 05cadf7fc3
commit ad82544bc4
5 changed files with 13 additions and 15 deletions

View File

@@ -17,7 +17,7 @@ $this->params['breadcrumbs'][] = $this->title;
<h1><?= Html::encode($this->title) ?></h1>
<p>
<?= Html::a('Create Meal', ['create'], ['class' => 'btn btn-success']) ?>
<?= Html::a('Capture Meal', ['upload'], ['class' => 'btn btn-success']) ?>
</p>