aboutsummaryrefslogtreecommitdiff
path: root/views/includes/like.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/includes/like.html')
-rw-r--r--views/includes/like.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/includes/like.html b/views/includes/like.html
index bfb9576..4399999 100644
--- a/views/includes/like.html
+++ b/views/includes/like.html
@@ -1,5 +1,5 @@
1{{ define "like" }} 1{{ define "like" }}
2<div class="like-div btn purple lighten-4" {{ if .User }}update-with="{{ .User.ID }}"{{ end }} content-type={{ .ContentType }} content-id={{ .ContentID }}> 2<div class="like-div btn purple lighten-4" {{ if .User }}update-with="{{ .User.ID }}"{{ end }} content-type={{ .ContentType }} content-id={{ .ContentID }}>
3 <span class="like-count"></span> <span class="like-caption">Finden das geil</span> 3 <span class="like-count"></span> <span class="like-caption">approven</span>
4</div> 4</div>
5{{ end }} 5{{ end }}