Explorar o código

Make cancelled notes clickable in the list

Vijayakrishnan Krishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
e1ecd6bf8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/app/patient/notes.blade.php

+ 1 - 1
resources/views/app/patient/notes.blade.php

@@ -125,7 +125,7 @@
             </thead>
             <tbody>
             @foreach ($patient->notes as $note)
-                <tr class="{{ $note->is_cancelled ? 'cancelled-item' : '' }}">
+                <tr class="{{ $note->is_cancelled ? 'cancelled-item always-clickable' : '' }}">
                     <td class="px-2">
                         {{ friendly_date_time($note->created_at, true) }}
                     </td>