Compare commits
No commits in common. "39d4713ebfeaa586a33ba85df36589581102115f" and "759e8f810ac5d3309c364d80bdabd162788c63ef" have entirely different histories.
39d4713ebf
...
759e8f810a
|
@ -28,13 +28,23 @@
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
|
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
|
||||||
<!-- add the member page and not the beneficiare page -->
|
<div 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}}</div>
|
||||||
<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}}
|
{{.Data.subscribed_by.group.name}}
|
||||||
</td>
|
</td>
|
||||||
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
|
<td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
|
||||||
{{(timeFormat .CreatedAt "02/01/2006")}}
|
{{(timeFormat .CreatedAt "02/01/2006")}}
|
||||||
</td>
|
</td>
|
||||||
|
<!-- <td class="whitespace-nowrap py-4 pl-4 pr-3 text-sm sm:pl-6">
|
||||||
|
|
||||||
|
<a :href="'/app/agenda/delete/{{$groupId}}/{{.Subscriber}}'">
|
||||||
|
<div class="flex items-center">
|
||||||
|
|
||||||
|
<div class="ml-4">
|
||||||
|
<div class="text-co-blue hover:text-co-blue"><span
|
||||||
|
>retirer</span> </div>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</td> -->
|
||||||
</tr>
|
</tr>
|
||||||
{{end}}
|
{{end}}
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in New Issue