diff options
author | jan <jan@ruken.pw> | 2016-11-14 17:46:52 (UTC) |
---|---|---|
committer | rtz12 <koenig@fagott.pw> | 2016-11-15 17:52:28 (UTC) |
commit | 0f62ade5a05c755f18fd4d16a2a280b7870b08b7 (patch) | |
tree | 960bead4a69abaae2474d4af6a9b1cc36f7aa474 /views/includes | |
parent | dae4433aae4804901e3d2a36342fe1522224ce64 (diff) |
likes funktionieren
Diffstat (limited to 'views/includes')
-rw-r--r-- | views/includes/like.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/views/includes/like.html b/views/includes/like.html index 226aaff..bfb9576 100644 --- a/views/includes/like.html +++ b/views/includes/like.html | |||
@@ -1,3 +1,5 @@ | |||
1 | {{ define "like" }} | 1 | {{ define "like" }} |
2 | <span class="like-count" content-type={{ .ContentType }} content-id={{ .ContentID }}></span> Likes | 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> | ||
4 | </div> | ||
3 | {{ end }} | 5 | {{ end }} |