aboutsummaryrefslogtreecommitdiff
path: root/views/includes/like.html
diff options
context:
space:
mode:
authorjan <jan@ruken.pw>2016-11-14 17:56:30 (UTC)
committerrtz12 <koenig@fagott.pw>2016-11-15 17:52:28 (UTC)
commit1dc23782f253352a61825ffa458d39217831cbf7 (patch)
tree3f2bf8f5612334833fbe33d775ad6b86da4c12a6 /views/includes/like.html
parent0f62ade5a05c755f18fd4d16a2a280b7870b08b7 (diff)
ups
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 }}