Forráskód Böngészése

Minor style tweak

Vijayakrishnan 4 éve
szülő
commit
a0323201b9

+ 2 - 1
resources/views/app/patient/incoming-reports.blade.php

@@ -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>