Просмотр исходного кода

Text update "Prescriptions" => "ERx & Orders"

Vijayakrishnan 3 лет назад
Родитель
Сommit
53dee22e0a
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      resources/views/layouts/patient.blade.php

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

@@ -132,7 +132,9 @@
 						</li>
 						<li class="nav-item">
 							<a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 ? 'active' : '' }}"
-							   href="{{ route('patients.view.patient-tickets', ['patient' => $patient]) }}">ERx / Orders</a>
+							   href="{{ route('patients.view.patient-tickets', ['patient' => $patient]) }}" title="Deprecated">ERx / Orders
+								<span class="text-secondary text-sm pl-2">(dep)</span>
+							</a>
 							<ul class="m-0 p-0 nav-child-list">
 								<li class="nav-item">
 									<a class="nav-link {{ strpos($routeName, 'patients.view.patient-tickets') === 0 && @$type === '' ? 'active' : '' }}"