remove app/views/likes/likes_container
This commit is contained in:
parent
34c601bc41
commit
b7a6f8b3b2
1 changed files with 0 additions and 12 deletions
|
|
@ -1,12 +0,0 @@
|
||||||
-# Copyright (c) 2010-2011, Diaspora Inc. This file is
|
|
||||||
-# licensed under the Affero General Public License version 3 or later. See
|
|
||||||
-# the COPYRIGHT file.
|
|
||||||
|
|
||||||
- if likes_count > 0
|
|
||||||
= image_tag('icons/heart.png')
|
|
||||||
- if target_type == "Comment"
|
|
||||||
= link_to t('likes.likes.people_like_this_comment', :count => likes_count), comment_likes_path(target_id), :class => "expand_likes"
|
|
||||||
- else
|
|
||||||
= link_to t('likes.likes.people_like_this', :count => likes_count), post_likes_path(target_id), :class => "expand_likes"
|
|
||||||
%span.hidden.likes_list
|
|
||||||
|
|
||||||
Loading…
Reference in a new issue