Przeglądaj źródła

Make cancelled notes clickable in the list

Vijayakrishnan Krishnan 4 lat temu
rodzic
commit
e1ecd6bf8f
1 zmienionych plików z 1 dodań i 1 usunięć
  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>