diaspora/app/views/posts/status_message.haml
2010-12-02 18:47:48 -08:00

21 lines
550 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(@post.person)
.from
%h2
= @post.person.name
.span-14.append-1.last
#show_text
%p
= markdownify(@post.message, :youtube_maps => @post[:youtube_titles])
- for photo in @post.photos
= link_to (image_tag photo.url(:thumb_small)), photo_path(photo)
.time
= how_long_ago(@post)
= link_to 'permalink', post_path(@post)