diff options
author | jan <jan@ruken.pw> | 2016-11-14 17:56:30 (UTC) |
---|---|---|
committer | jan <jan@ruken.pw> | 2016-11-14 17:56:30 (UTC) |
commit | e4c8cc5ac6ec07eba501c83c7b07adcee25d0ab4 (patch) | |
tree | 6ef3f8461f535debca924f739bd7340c2588c6f7 /views/includes/like.html | |
parent | 5d4d9935cffa9a7cb8fe2a294e45959b43390ef2 (diff) |
ups
Diffstat (limited to 'views/includes/like.html')
-rw-r--r-- | views/includes/like.html | 2 |
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 }} |