Explorar o código

like on list page

Sotaro KARASAWA %!s(int64=10) %!d(string=hai) anos
pai
achega
c794456084
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      lib/views/widget/page_list.html

+ 4 - 0
lib/views/widget/page_list.html

@@ -25,6 +25,10 @@
         <i class="fa fa-comment"></i>{{ page.commentCount }}
       {% endif  %}
 
+      {% if page.liker.length > 0 %}
+        <i class="fa fa-thumbs-up"></i>{{ page.liker.length }}
+      {% endif  %}
+
       {% if !page.isPublic() %}
         <i class="fa fa-lock"></i>
       {% endif %}