make the subscriber_by clickable
This commit is contained in:
parent
759e8f810a
commit
b004cf847a
|
@ -28,23 +28,12 @@
|
||||||
</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">
|
||||||
<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