some fixes in resume

This commit is contained in:
iIronside
2022-11-08 14:15:31 +03:00
parent 16df34d391
commit 28d33761ca
5 changed files with 61 additions and 42 deletions

View File

@ -16,6 +16,10 @@ $this->params['breadcrumbs'][] = ['label' => $model->id, 'url' => ['view', 'id'
$this->params['breadcrumbs'][] = 'Резюме';
?>
<div class="form-group">
<?= Html::a('Редактировать профиль', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?>
</div>
<div class="resume-form">
<?php $form = ActiveForm::begin([
'id' => 'text-by-template-form',