Bläddra i källkod

[STAG-35] Care month time entries table UI update

Vijayakrishnan Krishnan 4 år sedan
förälder
incheckning
2176f49de2
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      resources/views/app/patient/care-month/dashboard.blade.php

+ 4 - 4
resources/views/app/patient/care-month/dashboard.blade.php

@@ -533,6 +533,7 @@
                         <tr>
                             <th class="px-2 text-secondary border-bottom-0">Effective Date</th>
                             <th class="px-2 text-secondary border-bottom-0">Time</th>
+                            <th class="px-2 text-secondary border-bottom-0">Created</th>
                             {{--<th class="px-2 text-secondary border-bottom-0 w-50">Details</th>--}}
                             <th class="px-2 text-secondary border-bottom-0 delete-column">&nbsp;</th>
                         </tr>
@@ -543,14 +544,13 @@
                                 <tr>
                                     <td class="px-2">
                                         <div class="font-weight-bold">{{friendly_date_time($entry->effective_date, false)}}</div>
-                                        <div class="small text-secondary">
-                                            Created:
-                                            <div>{{friendly_date_time($entry->created_at)}}</div>
-                                        </div>
                                     </td>
                                     <td class="px-2">
                                         {{time_in_hrminsec($entry->time_in_seconds)}}
                                     </td>
+                                    <td class="px-2">
+                                        {{friendly_date_time($entry->created_at)}}
+                                    </td>
                                     {{--<td class="px-2">
                                         <div class="text-secondary text-s">{!! $entry->content_text !!}</div>
                                         --}}{{--<div class="text-secondary text-sm">{{$entry->content_detail}}</div>--}}{{--