some fixes in resume
This commit is contained in:
@ -18,6 +18,7 @@ $this->params['breadcrumbs'][] = 'Резюме';
|
||||
|
||||
<div class="form-group">
|
||||
<?= Html::a('Редактировать профиль', ['update', 'id' => $model->id], ['class' => 'btn btn-primary']) ?>
|
||||
<?= Html::a('Просмотр профиля', ['view', 'id' => $model->id], ['class' => 'btn btn-primary']) ?>
|
||||
</div>
|
||||
|
||||
<div class="resume-form">
|
||||
|
Reference in New Issue
Block a user