소스 검색

In-popup link attributes fix

Vijayakrishnan 3 년 전
부모
커밋
4ce4baefa6
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      resources/views/app/mcp/notes_pending_billing.blade.php
  2. 1 1
      resources/views/app/mcp/notes_pending_signature.blade.php

+ 1 - 1
resources/views/app/mcp/notes_pending_billing.blade.php

@@ -22,7 +22,7 @@
                 @foreach($records as $row)
                     <tr>
                         <td class="border-bottom-0">
-                            <a href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
+                            <a native target="_blank" href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
                                 {{ friendlier_date($row->effective_dateest) }}
                             </a>
                         </td>

+ 1 - 1
resources/views/app/mcp/notes_pending_signature.blade.php

@@ -22,7 +22,7 @@
                 @foreach($records as $row)
                     <tr>
                         <td class="border-bottom-0">
-                            <a href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
+                            <a native target="_blank" href="/patients/view/{{ $row->client->uid }}/notes/view/{{ $row->uid }}" class="font-weight-bold">
                                 {{ friendlier_date($row->effective_dateest) }}
                             </a>
                         </td>