|
@@ -86,16 +86,20 @@
|
|
@endforeach
|
|
@endforeach
|
|
</td>
|
|
</td>
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
- <a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">
|
|
|
|
|
|
+ <span class="font-weight-bold">
|
|
{{ friendly_date_time($note->effective_dateest, false) }}
|
|
{{ friendly_date_time($note->effective_dateest, false) }}
|
|
- </a>
|
|
|
|
|
|
+ </span>
|
|
<span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
|
|
<span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
|
|
</td>
|
|
</td>
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
{{$note->hcpPro ? $note->hcpPro->name_display: '-'}}
|
|
{{$note->hcpPro ? $note->hcpPro->name_display: '-'}}
|
|
</td>
|
|
</td>
|
|
<td class="px-2">
|
|
<td class="px-2">
|
|
- <a href="#" class="text-primary trigger-clone" data-uid="{{$note->uid}}">Clone</a>
|
|
|
|
|
|
+ <div class="d-flex align-items-center">
|
|
|
|
+ <a href="/patients/view/{{ $patient->uid }}/notes/view/{{ $note->uid }}" class="font-weight-bold">Edit</a>
|
|
|
|
+ <span class="px-2 text-secondary">|</span>
|
|
|
|
+ <a href="#" class="text-primary trigger-clone" data-uid="{{$note->uid}}">Clone</a>
|
|
|
|
+ </div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|