aboutsummaryrefslogtreecommitdiff
path: root/views/includes/like.html
blob: bfb9576dd7785858f10c09322cbb5106a25355bb (plain)
1
2
3
4
5
{{ define "like" }}
<div class="like-div btn purple lighten-4" {{ if .User }}update-with="{{ .User.ID }}"{{ end }} content-type={{ .ContentType }} content-id={{ .ContentID }}>
	<span class="like-count"></span> <span class="like-caption">Finden das geil</span>
</div>
{{ end }}