|
@@ -2,6 +2,7 @@
|
|
|
<div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
|
|
|
<h6 class="my-0 font-weight-bold text-secondary">Measurements</h6>
|
|
|
|
|
|
+ {{--
|
|
|
<span class="mx-2 text-secondary">|</span>
|
|
|
<div moe>
|
|
|
<a start show class="py-0 font-weight-normal">Add BP</a>
|
|
@@ -44,6 +45,7 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
+ --}}
|
|
|
|
|
|
<span class="mx-2 text-secondary">|</span>
|
|
|
<a start show class="py-0 font-weight-normal"
|
|
@@ -67,6 +69,11 @@
|
|
|
<tr>
|
|
|
<td class="text-black p-0 border-0">
|
|
|
<div class="d-flex align-items-center">
|
|
|
+ @if($measurement->has_been_stamped_by_mcp)
|
|
|
+ <i class="fa fa-check text-success mr-2" title="Stamped"></i>
|
|
|
+ @else
|
|
|
+ <i class="fa fa-check text-secondary-light mr-2" title="Not Stamped"></i>
|
|
|
+ @endif
|
|
|
{{--
|
|
|
<div moe relative class="mr-2">
|
|
|
<a class="on-hover-opaque" start show title="Delete">
|