Skip to content
Closed
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
Next Next commit
#83 removing not needed labels from clock-in screen
  • Loading branch information
enriquezrene committed Apr 13, 2020
commit 247660f71b9737eeb7012496b5b843837ffcbb23
10 changes: 1 addition & 9 deletions src/app/modules/time-clock/pages/time-clock.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@

<div class="card">
<div class="card-body">
<p *ngIf="!isClockIn" class="card-title text-left">
<strong>{{ username }}</strong> clocked <strong class="text-clock-in-color">in</strong> at
<strong>{{ hour | number: '2.0-2' }}:{{ minute | number: '2.0-2' }}:{{ seconds | number: '2.0-2' }}</strong>
</p>
<p *ngIf="isClockIn" class="card-title text-left">
<strong>{{ username }}</strong> clocked <strong class="text-danger">out</strong> at
<strong>{{ hour | number: '2.0-2' }}:{{ minute | number: '2.0-2' }}:{{ seconds | number: '2.0-2' }}</strong>
</p>
<h6 class="text-left"><strong>Totals</strong></h6>
<h4 class="text-left"><strong>Totals</strong></h4>
<hr />
<div class="row">
<div class="col-4">
Expand Down