diaspora/app/views/shared/_notification.haml
2011-01-29 23:34:11 -08:00

9 lines
349 B
Text

-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
= link_to t('.new', :type => object.class.to_s, :from => peoples_names(note)), object_path(object.post)
= link_to "#{note.actor.name.titelize}", person_path(note.actor)
= object_link(note)