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
173 B 6 lines
1{{ define "user/fragments/vouch" }} 2<div class="relative"> 3 {{ template "user/fragments/vouchButton" . }} 4 {{ template "user/fragments/vouchPopover" . }} 5</div> 6{{ end }}