Skip to content

Commit

Permalink
Improvement using <p> instead buttom
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Dec 8, 2021
1 parent f83f215 commit 760490e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/modules/patients/record/patient-record.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@
<span translate>FORM.LABELS.REGISTER_EMPLOYEE_PATIENT</span>
</a>

<span ng-if="PatientRecordCtrl.patient.employee_uuid && !PatientRecordCtrl.patient.locked" class="btn btn-success btn-block" translate>
<p ng-if="PatientRecordCtrl.patient.employee_uuid && !PatientRecordCtrl.patient.locked" class="badge badge-success" translate>
EMPLOYEE.ACTIVE_EMPLOYEE
</span>
</p>

<span ng-if="PatientRecordCtrl.patient.employee_uuid && PatientRecordCtrl.patient.locked" class="btn btn-warning btn-block" translate>
<p ng-if="PatientRecordCtrl.patient.employee_uuid && PatientRecordCtrl.patient.locked" class="badge badge-warning" translate>
EMPLOYEE.INACTIVE_EMPLOYEE
</span>
</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 760490e

Please sign in to comment.