diaspora/app/views/publics/activity_streams/photo.haml
2011-08-10 11:24:51 -07:00

17 lines
567 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.
#author_info
= person_image_link(@person)
.from
%h2
= @person.name
.span-14.append-1.last
#show_text
= link_to image_tag(@post.image_url, 'data-small-photo' => @post.image_url, 'data-full-photo' => @post.image_url, :class => 'stream-photo'), @post.object_url, :class => "stream-photo-link"
.time
= how_long_ago(@post)
= link_to t('posts.show.permalink'), public_post_path(@post)