client/posts: make rating icons consistent

This commit is contained in:
rr- 2016-08-27 16:15:04 +02:00
parent 3c5878cb16
commit 473f2a4ddc

View file

@ -16,7 +16,7 @@
<span class='stats'>
<% if (post.score) { %>
<span class='icon'>
<i class='fa fa-star'></i>
<i class='fa fa-thumbs-up'></i>
<%- post.score %>
</span>
<% } %>