Forráskód Böngészése

Bring back join video

Vijayakrishnan 3 éve
szülő
commit
826efe1f62
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      resources/views/layouts/patient.blade.php

+ 3 - 0
resources/views/layouts/patient.blade.php

@@ -732,6 +732,9 @@ $isVisitNote = ($routeName === 'patients.view.notes.view.dashboard' && @$note &&
                                             <button class="col-2-button" onclick="return openInRHS('/pro/check-video/{{ $patient->uid }}')">Check Video</button>
                                         </div>
                                         @endif
+										<div>
+											<button class="col-2-button" onclick="return openInRHS('/pro/meet/{{ $patient->uid }}')">Join Video</button>
+										</div>
                                     </section>
 																		<section class="hide-inside-popup screen-only vbox align-self-start mt-2 mx-2">
 																			@include('app.patient.coverage-status')