This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / appview / pages / templates / user / fragments / vouch.html
361 B 9 lines
1{{ define "user/fragments/vouch" }} 2<div class="relative"> 3 {{ $vr := index . "VouchRelationship" }} 4 {{ $ev := index . "Evidences" }} 5 {{ $popoverId := index . "PopoverId" }} 6 {{ template "user/fragments/vouchButton" . }} 7 {{ template "user/fragments/vouchPopover" (dict "VouchRelationship" $vr "Evidences" $ev "PopoverId" $popoverId) }} 8</div> 9{{ end }}