|
@@ -81,7 +81,7 @@
|
|
|
</td>
|
|
|
<td class="px-2">
|
|
|
<div class="d-flex align-items-center">
|
|
|
- <a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">Edit</a>
|
|
|
+ <a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">Open</a>
|
|
|
<span class="px-2 text-secondary">|</span>
|
|
|
<a href="#" class="text-primary trigger-clone" data-uid="{{$note->uid}}">Clone</a>
|
|
|
</div>
|