Skip to content

Commit

Permalink
fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shub-tiwari committed Apr 17, 2024
1 parent 35a2f91 commit eca9098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="card-body pt-3 h-325 w-md-389 w-389 overflow-y-scroll">
<ul class="list list-group unstyled-list">
<li class="d-flex justify-content-between">
<div class="text-secondary"> Fetching latest data... </div>
<div class="text-secondary"> Work in progress </div>
<h4 v-text="sentInvoiceCount"></h4>
</li>
<hr class="mt-1" />
Expand Down
6 changes: 3 additions & 3 deletions resources/views/hr/employees/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<thead class="thead-dark">
<tr class="sticky-top">
<th>Name</th>
@if($routeName === "employee")
@if($routeName === "employees")
<th>Active Projects Count</th>
<th>
Overall FTE
Expand All @@ -52,7 +52,7 @@
@else
<th>
Employee Earning
<span class="tooltip-wrapper" data-html="true" data-toggle="tooltip" title="Rate">
<span class="tooltip-wrapper" data-html="true" data-toggle="tooltip" title="Calculated on the basis of the total project and earnings of each project.">
<i class="fa fa-info-circle" aria-hidden="true"></i>
</span>
</th>
Expand Down Expand Up @@ -80,7 +80,7 @@ class="{{ config('constants.review-tags.completed.class') }} badge-pill mr-1 mb-
@endif
</a>
</td>
@if($routeName === "employee")
@if($routeName === "employees")
<td>
@if ($employee->user == null)
0
Expand Down

0 comments on commit eca9098

Please sign in to comment.