From b7a6f8b3b2445e226dea29badca1979245558896 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= <fabianrbz@gmail.com> Date: Sun, 28 Oct 2012 22:41:15 -0200 Subject: [PATCH] remove app/views/likes/likes_container --- app/views/likes/_likes_container.haml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 app/views/likes/_likes_container.haml diff --git a/app/views/likes/_likes_container.haml b/app/views/likes/_likes_container.haml deleted file mode 100644 index 1c175bf558..0000000000 --- a/app/views/likes/_likes_container.haml +++ /dev/null @@ -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 - -- GitLab