diff options
| author | rr- | 2016-08-27 16:15:04 +0200 |
|---|---|---|
| committer | rr- | 2016-08-27 22:19:01 +0200 |
| commit | 473f2a4ddcad49638a0b529be84b4117d88e4d94 (patch) | |
| tree | 52579a134f55b82dc30a80c11afbf255f60568ca /client/html/posts_page.tpl | |
| parent | 3c5878cb16530ed5ec3175d19ca6a6e883297c00 (diff) | |
client/posts: make rating icons consistent
Diffstat (limited to 'client/html/posts_page.tpl')
| -rw-r--r-- | client/html/posts_page.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/html/posts_page.tpl b/client/html/posts_page.tpl index ce0c4fa..b773b22 100644 --- a/client/html/posts_page.tpl +++ b/client/html/posts_page.tpl @@ -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> <% } %> |