Ver código fonte

[STAG-45] Minor UI fix

Vijayakrishnan Krishnan 4 anos atrás
pai
commit
e95e097736
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      resources/views/app/patient/dashboard.blade.php

+ 2 - 2
resources/views/app/patient/dashboard.blade.php

@@ -1288,18 +1288,18 @@
                             @if($patient->memos && count($patient->memos))
                                 <thead>
                                 <tr>
-                                    <th class="px-2 text-secondary">Created</th>
                                     <th class="px-2 text-secondary w-25">Category</th>
                                     <th class="px-2 text-secondary w-50">Summary</th>
+                                    <th class="px-2 text-secondary">Created</th>
                                     <th class="px-2 text-secondary delete-column">&nbsp;</th>
                                 </tr>
                                 </thead>
                                 <tbody>
                                 @foreach($patient->memos as $memo)
                                     <tr>
-                                        <td class="px-2">{{ friendly_date_time($memo->created_at) }}</td>
                                         <td class="px-2">{{ $memo->category }}</td>
                                         <td class="px-2"><pre class="m-0 break-spaces">{{ $memo->content }}</pre></td>
+                                        <td class="px-2">{{ friendly_date_time($memo->created_at) }}</td>
                                         <td class="px-2 text-center delete-column">
                                             <div moe wide relative class="mr-2">
                                                 <a class="on-hover-opaque" start show title="Edit">