Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resize button
  • Loading branch information
daros10 committed Mar 16, 2020
commit 7ca2d8545bef38de3c73ed2a96068b08dcca6cfb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<div class="text-center mt-3">

<div class="card">
<div class="card-header">
<div class="row">
Expand Down Expand Up @@ -82,8 +81,8 @@ <h6 class="text-left"><strong>Projects</strong></h6>
</button>
</div>
<div class="col text-right">
<button *ngIf="isClockIn" class="btn btn-success btn-lg" type="button" (click)="employeClockIn()">Clock In</button>
<button *ngIf="!isClockIn" class="btn btn-danger btn-lg" type="button" (click)="employeClockIn()">Clock Out</button>
<button *ngIf="isClockIn" class="btn btn-success btn-sm" type="button" (click)="employeClockIn()">Clock In</button>
<button *ngIf="!isClockIn" class="btn btn-danger btn-sm" type="button" (click)="employeClockIn()">Clock Out</button>
</div>
</div>
</div>
Expand Down