Selaa lähdekoodia

Admin: patients list - link from dashboard

Vijayakrishnan 3 vuotta sitten
vanhempi
commit
621998051b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      resources/views/app/dashboard-admin.blade.php

+ 1 - 1
resources/views/app/dashboard-admin.blade.php

@@ -26,7 +26,7 @@
                                 <tbody>
                                 <tr>
                                     <th class="px-2 text-center">{{$pro->get_patients_count_as_admin()}}</th>
-                                    <th class="pl-2 font-weight-normal">Patients</th>
+                                    <th class="pl-2 font-weight-normal"><a href="/a/patients">Patients</a></th>
                                 </tr>
                                 <tr>
                                     <th class="px-2 text-center">{{$pro->get_new_patients_awaiting_visit_count_as_admin()}}</th>