Skip to content

Commit

Permalink
feat: simpler labels
Browse files Browse the repository at this point in the history
  • Loading branch information
bradvogel committed Mar 30, 2021
1 parent 3d0a4d1 commit 653bc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/views/partials/dashboard/jobDetails.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@

{{#if this.processedOn}}
<div class="col-sm-3">
<h5>Processed On</h5>
<h5>Processed</h5>
{{moment this.processedOn "llll"}}
</div>
{{/if}}

{{#if this.finishedOn}}
<div class="col-sm-3">
<h5>Finished On</h5>
<h5>Finished</h5>
{{moment this.finishedOn "llll"}}
</div>
{{/if}}
Expand Down

0 comments on commit 653bc7c

Please sign in to comment.