Explorar o código

do not open whole patient charts in popup

Vijayakrishnan %!s(int64=3) %!d(string=hai) anos
pai
achega
4584905d56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/app/mcp/patients-table.blade.php

+ 1 - 1
resources/views/app/mcp/patients-table.blade.php

@@ -22,7 +22,7 @@
 		@foreach($patients as $patient)
 		<tr>
 			<td class="px-3">
-				<a href="{{route('patients.view.dashboard', $patient)}}">
+				<a native target="_blank" href="{{route('patients.view.dashboard', $patient)}}">
 					{{$patient->chart_number}}
 				</a>
 			</td>