Bladeren bron

In-popup link attributes fix

Vijayakrishnan 3 jaren geleden
bovenliggende
commit
4ce4baefa6

+ 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>