title = 'Вакансии';
$this->params[ 'breadcrumbs' ][] = $this->title;
?>
= $this->title ?>
Редактирование:
= Html::submitButton($vacancy->isNewRecord ? Yii::t('app', 'add') : 'Обновить', [ 'class' => 'input-blocks-wrapper button' ]) ?>
isNewRecord) {
echo Html::a(Yii::t('app', 'delete'), [
'accounts/vacancy-delete',
'id' => $vacancy->vacancy_id,
], [
'title' => Yii::t('app', 'delete'),
'aria-label' => Yii::t('app', 'delete'),
'data-confirm' => Yii::t('app', 'delete_confirm'),
'data-method' => 'post',
'data-pjax' => 0,
]);
}
?>
= Html::a('вернуться', Request::getIsLocal(\Yii::$app->request->referrer) ? \Yii::$app->request->referrer : [ 'accounts/vacancy' ]) ?>
end();
?>