Commit 0f6274a7761929d1367586233d3b1024005c2b57

Authored by Yarik
1 parent 43b2884b

test

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
frontend/views/accounts/employment.php
... ... @@ -6,7 +6,7 @@ use common\models\Job;
6 6 use yii\helpers\Html;
7 7 use yii\jui\DatePicker;
8 8 use yii\widgets\ActiveForm;
9   -
  9 +//HUUIISAODASIDSIA
10 10 $this->title = 'Трудовой стаж';
11 11 $this->params['breadcrumbs'][] = $this->title;
12 12 ?>
... ... @@ -144,7 +144,7 @@ $current = array_shift ($job);
144 144 ?>
145 145 </div>
146 146 </div>
147   -
  147 + <?= Html::button('Удалить', ['class' => 'remove_job_button']) ?>
148 148 </div>
149 149 <?php } ?>
150 150  
... ...