|
@@ -101,6 +101,7 @@
|
|
|
<td>Total Notes With Claiming Closed:</td>
|
|
|
<td>
|
|
|
<div class="d-flex align-items-center">
|
|
|
+ @if($totalNotes > 0)
|
|
|
<span class="fill-percent-content">{{ $totalNotesWithClaimingClosed }} / {{$totalNotes}}</span>
|
|
|
<div class="d-inline-flex flex-grow-1 ml-3">
|
|
|
<span class="fill-percent-value">{{round($totalNotesWithClaimingClosed * 100 / $totalNotes, 1)}}%</span>
|
|
@@ -108,6 +109,9 @@
|
|
|
<div class="bg-info position-absolute" style="left: 0; top: 0; height: 100%; width: {{$totalNotesWithClaimingClosed * 100 / $totalNotes}}%"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ @else
|
|
|
+ <span>--</span>
|
|
|
+ @endif
|
|
|
</div>
|
|
|
</td>
|
|
|
</tr>
|