فهرست منبع

Appointment UI updates

Vijayakrishnan 4 سال پیش
والد
کامیت
52b36a2e75
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      resources/views/app/patient/partials/appointments.blade.php

+ 4 - 4
resources/views/app/patient/partials/appointments.blade.php

@@ -20,7 +20,7 @@
                            title="Update">
                             <i class="font-size-11 fa fa-edit text-primary"></i>
                         </a>
-                        <span class="mr-1 text-nowrap">{{ $appointment->raw_date }}</span>
+                        <span class="mr-1 text-nowrap">{{ friendly_date_time($appointment->raw_date, false) }}</span>
                         @if($appointment->raw_start_time)
                             <span class="mr-1 text-nowrap">{{ friendly_time($appointment->raw_start_time, false) }}</span>
                         @endif
@@ -51,7 +51,7 @@
                         </div>
                         @if($appointment->status === 'CREATED')
                             <div moe class="ml-2">
-                                <a href="#" start show class="text-sm font-weight-bold">Req. Confirm</a>
+                                <a href="#" start show class="text-sm font-weight-bold">Req. Conf.</a>
                                 <form url="/api/appointment/sendConfirmationRequestViaSms">
                                     <input type="hidden" name="uid" value="{{ $appointment->uid }}">
                                     <div class="mb-2">
@@ -66,8 +66,8 @@
                             </div>
                         @endif
                         <span class="text-sm ml-2">{{ $appointment->title ? $appointment->title : '' }}</span>
-                        @if($appointment->title && $appointment->description)<span class="text-secondary mx-1">/</span>@endif
-                        <span class="text-sm">{{ $appointment->description ? $appointment->description : '' }}</span>
+                        {{--@if($appointment->title && $appointment->description)<span class="text-secondary mx-1">/</span>@endif--}}
+                        {{--<span class="text-sm">{{ $appointment->description ? $appointment->description : '' }}</span>--}}
                     </div>
                 </td>
             </tr>