|
@@ -209,7 +209,7 @@
|
|
|
<p class="pt-1 mb-2"><b>New Patients</b></p>
|
|
|
@foreach($newMCPAssociations as $assoc)
|
|
|
<div class="mb-1">You have been assigned as the MCP for
|
|
|
- <a href="/patients/view/{{$assoc->patient->uid}}" class="d-inline-block width-150px">{{$assoc->patient->displayName()}}</a>.
|
|
|
+ <span class="d-inline-block width-150px"><a href="/patients/view/{{$assoc->patient->uid}}" class="">{{$assoc->patient->displayName()}}</a>.</span>
|
|
|
<a href="#" class="ack-client-pro-change ml-3" data-uid="{{$assoc->uid}}">Stamp</a>
|
|
|
</div>
|
|
|
@endforeach
|
|
@@ -221,7 +221,7 @@
|
|
|
<p class="pt-1 mb-2"><b>New Patients</b></p>
|
|
|
@foreach($newNAAssociations as $assoc)
|
|
|
<div class="mb-1">You have been assigned as the Care Coordinator for
|
|
|
- <a href="/patients/view/{{$assoc->patient->uid}}" class="d-inline-block width-150px">{{$assoc->patient->displayName()}}</a>.
|
|
|
+ <span class="d-inline-block width-150px"><a href="/patients/view/{{$assoc->patient->uid}}" class="">{{$assoc->patient->displayName()}}</a>.</span>
|
|
|
<a href="#" class="ack-client-pro-change ml-3" data-uid="{{$assoc->uid}}">Stamp</a>
|
|
|
</div>
|
|
|
@endforeach
|