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,7 +6,7 @@ use common\models\Job;
6 use yii\helpers\Html; 6 use yii\helpers\Html;
7 use yii\jui\DatePicker; 7 use yii\jui\DatePicker;
8 use yii\widgets\ActiveForm; 8 use yii\widgets\ActiveForm;
9 - 9 +//HUUIISAODASIDSIA
10 $this->title = 'Трудовой стаж'; 10 $this->title = 'Трудовой стаж';
11 $this->params['breadcrumbs'][] = $this->title; 11 $this->params['breadcrumbs'][] = $this->title;
12 ?> 12 ?>
@@ -144,7 +144,7 @@ $current = array_shift ($job); @@ -144,7 +144,7 @@ $current = array_shift ($job);
144 ?> 144 ?>
145 </div> 145 </div>
146 </div> 146 </div>
147 - 147 + <?= Html::button('Удалить', ['class' => 'remove_job_button']) ?>
148 </div> 148 </div>
149 <?php } ?> 149 <?php } ?>
150 150