diaspora/app/views/status_messages/_status_message.haml

12 lines
385 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.
%p
= markdownify(post.message, :youtube_maps => post[:youtube_titles])
- if post.photos.count > 0
.photo_attachments
- for photo in post.photos
= link_to (image_tag photo.url(:thumb_medium)), object_path(photo)