-# Copyright (c) 2010, Diaspora Inc. This file is -# licensed under the Affero General Public License version 3 or later. See -# the COPYRIGHT file. .likes_container - if likes_count > 0 = image_tag('icons/heart.svg') - if target_type == "Comment" = t('likes.likes.people_like_this_comment', :count => likes_count) - else = link_to t('likes.likes.people_like_this', :count => likes_count), post_likes_path(target_id), :class => "expand_likes" %span.hidden.likes_list /= render 'likes/likes', :likes => likes