From 34c601bc416079149c6771a108248dad79846d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= Date: Sun, 28 Oct 2012 22:17:11 -0200 Subject: [PATCH] remove app/views/notifications/popup --- app/views/notifications/_popup.haml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 app/views/notifications/_popup.haml diff --git a/app/views/notifications/_popup.haml b/app/views/notifications/_popup.haml deleted file mode 100644 index e92758203..000000000 --- a/app/views/notifications/_popup.haml +++ /dev/null @@ -1,6 +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. -.notification - = person_image_tag(person) - = notification_message_for(note)