diff --git a/app/views/likes/_likes.haml b/app/views/likes/_likes.haml index e8d61603f..33e5fc45e 100644 --- a/app/views/likes/_likes.haml +++ b/app/views/likes/_likes.haml @@ -5,7 +5,7 @@ - if likes.size > 0 .likes_container .likes - = image_tag('icons/happy_smiley.png') + = image_tag('icons/heart.png') = link_to t('.people_like_this', :count => likes.length), "#", :class => "expand_likes" %span.hidden.likes_list = likes_list(likes) diff --git a/public/images/icons/heart.png b/public/images/icons/heart.png new file mode 100644 index 000000000..18701ba41 Binary files /dev/null and b/public/images/icons/heart.png differ