Merge pull request #100 from apuc/document

Document
This commit is contained in:
2022-11-21 14:05:44 +03:00
committed by GitHub
76 changed files with 4360 additions and 2382 deletions

View File

@ -62,7 +62,7 @@ $this->params['breadcrumbs'][] = 'Резюме';
</div>
<div class="resume-form">
<div>
<p>
<?= Html::a('Скачать pdf', ['download-resume', 'id' => $model->id, 'type' => 'pdf'], ['class' => 'btn btn-success']) ?>
<?= Html::a('Скачать docx', ['download-resume', 'id' => $model->id, 'type' => 'docx'], ['class' => 'btn btn-success']) ?>