|
@@ -71,7 +71,8 @@
|
|
|
<tr class="{{$document->is_entry_error ? 'entry-error' : ''}} {{@$currentReport->uid === $document->uid ? 'bg-aliceblue' : ''}}">
|
|
|
<td class="px-2">{{ friendly_date_time($document->created_at, false) }}</td>
|
|
|
<td class="px-2">
|
|
|
- <a href="{{route('patients.view.incoming-reports', ['patient' => $patient, 'currentReport' => $document])}}">
|
|
|
+ <a href="{{route('patients.view.incoming-reports', ['patient' => $patient, 'currentReport' => $document])}}"
|
|
|
+ class="{{@$currentReport->uid === $document->uid ? 'font-weight-bold' : ''}}">
|
|
|
{{ $document->title ? $document->title : '(not set)' }}
|
|
|
</a>
|
|
|
</td>
|