Quellcode durchsuchen

Merge branch 'dev' of rav.triplestart.com:jmudaka/stagfe2

= vor 3 Jahren
Ursprung
Commit
bceb784378
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      resources/views/app/patient/appointments.blade.php

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

@@ -39,7 +39,7 @@
                     <tr>
                         <td>
                             <a href="/patients/view/{{$patient->uid}}/calendar/{{$appointment->uid}}" class="text-nowrap">
-                                {{friendlier_date_time($appointment->raw_date . ' ' . $appointment->raw_start_time)}} <span class="text-sm">{{friendly_timezone($appointment->timezone)}}</span>
+                                {{$appointment->raw_date . ' ' . $appointment->raw_start_time}} <span class="text-sm">{{friendly_timezone($appointment->timezone)}}</span>
                             </a>
                         </td>
                         <td>{{ $appointment->pro->displayName() }}</pre></td>