add the member page and not the beneficaire page

This commit is contained in:
soukainna 2023-02-15 11:32:27 +01:00
parent b004cf847a
commit 39d4713ebf
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
</a>
</td>
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
<!-- add the member page and not the beneficiare page -->
<a href="/app/members/{{.Data.subscribed_by.user.id}}" class="flex"><img class="h-6 w-6 rounded-co mr-2" src="/app/beneficiaries/{{.Data.subscribed_by.user.id}}/picture" alt=" "> {{.Data.subscribed_by.user.display_name}}</a>
{{.Data.subscribed_by.group.name}}
</td>